-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgo.mod
21 lines (19 loc) · 822 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/LdDl/gan-go
go 1.16
require (
github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40 // indirect
github.com/awalterschulze/gographviz v2.0.3+incompatible // indirect
github.com/chewxy/math32 v1.10.1 // indirect
github.com/google/flatbuffers v2.0.6+incompatible // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/leesper/go_rng v0.0.0-20190531154944-a612b043e353 // indirect
github.com/pkg/errors v0.9.1
go4.org/unsafe/assume-no-moving-gc v0.0.0-20211027215541-db492cf91b37 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
gonum.org/v1/gonum v0.11.0 // indirect
gonum.org/v1/plot v0.10.1
google.golang.org/protobuf v1.28.0 // indirect
gorgonia.org/cu v0.9.4 // indirect
gorgonia.org/gorgonia v0.9.17
gorgonia.org/tensor v0.9.23
)