github.com/consensys/gnark-crypto@v0.14.0/go.mod (about) 1 module github.com/consensys/gnark-crypto 2 3 go 1.22 4 5 require ( 6 github.com/bits-and-blooms/bitset v1.14.2 7 github.com/consensys/bavard v0.1.13 8 github.com/leanovate/gopter v0.2.11 9 github.com/mmcloughlin/addchain v0.4.0 10 github.com/spf13/cobra v1.8.1 11 github.com/stretchr/testify v1.9.0 12 golang.org/x/crypto v0.26.0 13 golang.org/x/sys v0.24.0 14 gopkg.in/yaml.v2 v2.4.0 15 ) 16 17 require ( 18 github.com/davecgh/go-spew v1.1.1 // indirect 19 github.com/inconshreveable/mousetrap v1.1.0 // indirect 20 github.com/kr/pretty v0.3.1 // indirect 21 github.com/pmezard/go-difflib v1.0.0 // indirect 22 github.com/spf13/pflag v1.0.5 // indirect 23 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect 24 gopkg.in/yaml.v3 v3.0.1 // indirect 25 rsc.io/tmplfunc v0.0.3 // indirect 26 )