We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a481e commit 97c2f27Copy full SHA for 97c2f27
go.mod
@@ -44,7 +44,7 @@ require (
44
)
45
46
require (
47
- github.com/consensys/gurvy v0.3.8
+ github.com/consensys/gnark-crypto v0.4.1-0.20210426202927-39ac3d4b3f1f
48
github.com/deckarep/golang-set v1.8.0
49
github.com/dop251/goja v0.0.0-20200721192441-a695b0cdd498
50
github.com/kylelemons/godebug v1.1.0
@@ -77,4 +77,5 @@ require (
77
golang.org/x/text v0.20.0 // indirect
78
google.golang.org/protobuf v1.31.0 // indirect
79
gopkg.in/yaml.v3 v3.0.1 // indirect
80
+ gotest.tools v2.2.0+incompatible // indirect
81
0 commit comments