-
Notifications
You must be signed in to change notification settings - Fork 421
/
Copy pathgo.mod
25 lines (23 loc) · 944 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
module github.com/consensys/gnark
go 1.16
require (
github.com/consensys/bavard v0.1.8-0.20210406032232-f3452dc9b572
github.com/consensys/gnark-crypto v0.4.1-0.20210616171714-903a4bc1a32d
github.com/fxamacker/cbor/v2 v2.2.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.2.0
github.com/kr/pretty v0.2.0 // indirect
github.com/leanovate/gopter v0.2.9
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.7.0
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1 // indirect
google.golang.org/grpc v1.36.1
google.golang.org/protobuf v1.26.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)