zhangmeng
2020-01-21 9d9cd1d3b93613071d1dffc1c82c4515d2a65af6
1
2
3
4
5
6
7
8
9
10
11
12
13
module analysis
 
go 1.12
 
require (
    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
    golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
    gopkg.in/yaml.v2 v2.2.7 // indirect
    nanomsg.org/go-mangos v1.4.0 // indirect
)