-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
32 lines (30 loc) · 1.37 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/LdDl/yolo-go
go 1.14
require (
github.com/apache/arrow/go/arrow v0.0.0-20201221100236-9724afd73248 // indirect
github.com/awalterschulze/gographviz v2.0.3+incompatible // indirect
github.com/chewxy/hm v1.0.0
github.com/chewxy/math32 v1.0.6
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/flatbuffers v1.12.0 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/leesper/go_rng v0.0.0-20190531154944-a612b043e353 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
golang.org/x/exp v0.0.0-20201221025956-e89b829e73ea // indirect
golang.org/x/net v0.0.0-20201216054612-986b41b23924 // indirect
golang.org/x/sys v0.0.0-20201221093633-bc327ba9c2f0 // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gonum.org/v1/gonum v0.8.2 // indirect
gonum.org/v1/netlib v0.0.0-20201012070519-2390d26c3658 // indirect
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect
google.golang.org/grpc v1.34.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
gorgonia.org/gorgonia v0.9.15
gorgonia.org/tensor v0.9.14
)