-
Notifications
You must be signed in to change notification settings - Fork 421
/
Copy pathgo.mod
32 lines (29 loc) · 1.05 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/consensys/gnark
go 1.19
require (
github.com/bits-and-blooms/bitset v1.7.0
github.com/blang/semver/v4 v4.0.0
github.com/consensys/bavard v0.1.13
github.com/consensys/gnark-crypto v0.11.1-0.20230629152742-006af12e9de7
github.com/fxamacker/cbor/v2 v2.4.0
github.com/google/go-cmp v0.5.9
github.com/google/pprof v0.0.0-20230309165930-d61513b1440d
github.com/leanovate/gopter v0.2.9
github.com/rs/zerolog v1.29.0
github.com/stretchr/testify v1.8.2
golang.org/x/crypto v0.10.0
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mmcloughlin/addchain v0.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/sys v0.9.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)