2022-11-26 13:58:25 -04:00
|
|
|
module github.com/waku-org/go-zerokit-rln
|
2022-09-07 15:15:43 -04:00
|
|
|
|
2024-01-16 15:31:15 +01:00
|
|
|
go 1.19
|
2022-09-07 15:15:43 -04:00
|
|
|
|
2023-04-01 08:25:39 -04:00
|
|
|
require (
|
2024-01-22 17:36:15 +01:00
|
|
|
github.com/consensys/gnark-crypto v0.12.1
|
2024-01-19 18:08:26 +01:00
|
|
|
github.com/ethereum/go-ethereum v1.13.10
|
|
|
|
|
github.com/stretchr/testify v1.8.4
|
2024-01-17 13:29:26 +01:00
|
|
|
github.com/waku-org/go-zerokit-rln-apple v0.0.0-20240117094748-68b4162e8fd7
|
2024-01-16 16:33:45 +01:00
|
|
|
github.com/waku-org/go-zerokit-rln-arm v0.0.0-20240116134931-a8b8c6ab4b80
|
|
|
|
|
github.com/waku-org/go-zerokit-rln-x86_64 v0.0.0-20240116135046-2875fec12afc
|
2023-04-01 08:25:39 -04:00
|
|
|
)
|
2022-09-07 15:15:43 -04:00
|
|
|
|
|
|
|
|
require (
|
2024-01-22 17:36:15 +01:00
|
|
|
github.com/bits-and-blooms/bitset v1.10.0 // indirect
|
2024-01-19 18:08:26 +01:00
|
|
|
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
|
2022-09-07 15:15:43 -04:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-01-19 18:08:26 +01:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
|
|
|
github.com/holiman/uint256 v1.2.4 // indirect
|
2022-09-07 15:15:43 -04:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-01-22 17:36:15 +01:00
|
|
|
golang.org/x/crypto v0.18.0 // indirect
|
2024-01-19 18:08:26 +01:00
|
|
|
golang.org/x/sys v0.16.0 // indirect
|
2022-09-07 15:15:43 -04:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|