-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
21 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,27 +1,27 @@ | ||
module go.dedis.ch/kyber/v4 | ||
|
||
go 1.21 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/cloudflare/circl v1.3.9 | ||
github.com/consensys/gnark-crypto v0.12.1 | ||
github.com/cloudflare/circl v1.5.0 | ||
github.com/consensys/gnark-crypto v0.14.0 | ||
github.com/jonboulle/clockwork v0.4.0 | ||
github.com/kilic/bls12-381 v0.1.0 | ||
github.com/stretchr/testify v1.9.0 | ||
go.dedis.ch/fixbuf v1.0.3 | ||
go.dedis.ch/protobuf v1.0.11 | ||
golang.org/x/crypto v0.21.0 | ||
golang.org/x/sys v0.18.0 | ||
golang.org/x/crypto v0.29.0 | ||
golang.org/x/sys v0.27.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/bits-and-blooms/bitset v1.13.0 // indirect | ||
github.com/bits-and-blooms/bitset v1.14.2 // indirect | ||
github.com/consensys/bavard v0.1.13 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // 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.9.0 // indirect | ||
github.com/rogpeppe/go-internal v1.13.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