1
2
3
4
5
6
7
8
9
10
11
12
| module analysis
|
| go 1.12
|
| require (
| basic.com/libgowrapper/sdkstruct.git v0.0.0-20191220011601-e0b3d1f0183c
| basic.com/valib/gogpu.git v0.0.0-20190711044327-62043b070865
| github.com/amoghe/distillog v0.0.0-20180726233512-ae382b35b717
| github.com/natefinch/lumberjack v2.0.0+incompatible
| github.com/olebedev/config v0.0.0-20190528211619-364964f3a8e4
| gopkg.in/yaml.v2 v2.2.7 // indirect
| )
|
|