-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #310 from Consensys/309-update-gnark-crypto-version
chore: update `go.mod`
- Loading branch information
Showing
2 changed files
with
31 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
module github.com/consensys/go-corset | ||
|
||
go 1.22.1 | ||
go 1.22.7 | ||
|
||
require ( | ||
github.com/consensys/gnark-crypto v0.12.1 | ||
github.com/consensys/gnark-crypto v0.14.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/cobra v1.8.0 | ||
github.com/stretchr/testify v1.8.2 | ||
golang.org/x/sys v0.9.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/stretchr/testify v1.9.0 | ||
golang.org/x/sys v0.25.0 | ||
) | ||
|
||
require ( | ||
github.com/bits-and-blooms/bitset v1.7.0 // indirect | ||
github.com/bits-and-blooms/bitset v1.14.3 // indirect | ||
github.com/consensys/bavard v0.1.15 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/mmcloughlin/addchain v0.4.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rogpeppe/go-internal v1.12.0 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
rsc.io/tmplfunc v0.0.3 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters