mirror of
https://github.com/logos-messaging/go-zerokit-rln.git
synced 2026-01-03 13:43:08 +00:00
24 lines
815 B
Modula-2
24 lines
815 B
Modula-2
module github.com/waku-org/go-zerokit-rln
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/ethereum/go-ethereum v1.13.10
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/waku-org/go-zerokit-rln-apple v0.0.0-20240117094748-68b4162e8fd7
|
|
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
|
|
golang.org/x/crypto v0.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
github.com/holiman/uint256 v1.2.4 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|