forked from oramasearch/onnx-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 999 Bytes
/
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
module github.com/owulveryck/onnx-go
go 1.12
require (
github.com/awalterschulze/gographviz v0.0.0-20190522210029-fa59802746ab // indirect
github.com/chewxy/hm v1.0.0
github.com/davecgh/go-spew v1.1.0
github.com/disintegration/imaging v1.6.0
github.com/gogo/protobuf v1.3.0
github.com/golang/protobuf v1.3.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/kr/pretty v0.1.0
github.com/leesper/go_rng v0.0.0-20190531154944-a612b043e353 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pkg/errors v0.8.1
github.com/sanity-io/litter v1.1.0
github.com/stretchr/testify v1.4.0
github.com/vincent-petithory/dataurl v0.0.0-20160330182126-9a301d65acbb
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81
golang.org/x/net v0.0.0-20190611141213-3f473d35a33a // indirect
golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b
gonum.org/v1/gonum v0.0.0-20190902003836-43865b531bee
gorgonia.org/gorgonia v0.9.4 //indirect
gorgonia.org/tensor v0.9.3
)