Skip to content

Commit

Permalink
Merge pull request #24 from worldcoin/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
cichaczem authored Jul 6, 2023
2 parents dfad1ee + 417fe73 commit 51b5c17
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 38 deletions.
21 changes: 14 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,24 @@ module worldcoin/gnark-mbu
go 1.20

require (
github.com/consensys/gnark v0.7.1
github.com/consensys/gnark v0.8.0
github.com/iden3/go-iden3-crypto v0.0.13
github.com/prometheus/client_golang v1.14.0
github.com/urfave/cli/v2 v2.10.2
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/bits-and-blooms/bitset v1.7.0 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/consensys/bavard v0.1.13 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/pprof v0.0.0-20230309165930-d61513b1440d // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
Expand All @@ -23,18 +29,19 @@ require (
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
google.golang.org/protobuf v1.28.1 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)

require (
github.com/consensys/gnark-crypto v0.7.0
github.com/consensys/gnark-crypto v0.9.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fxamacker/cbor/v2 v2.2.0 // indirect
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
github.com/mmcloughlin/addchain v0.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/zerolog v1.26.1
github.com/stretchr/testify v1.7.2 // indirect
github.com/rs/zerolog v1.29.0
github.com/stretchr/testify v1.8.2 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/crypto v0.10.0 // indirect
golang.org/x/sys v0.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 51b5c17

Please sign in to comment.