24 lines
768 B
Modula-2
24 lines
768 B
Modula-2
module github.com/waku-org/go-zerokit-rln
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/consensys/gnark-crypto v0.12.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/waku-org/go-zerokit-rln-apple v0.0.0-20240529153423-5df5db48b69f
|
|
github.com/waku-org/go-zerokit-rln-arm v0.0.0-20240529153432-be2c8ac0a840
|
|
github.com/waku-org/go-zerokit-rln-x86_64 v0.0.0-20240529153442-f5fb416605f5
|
|
golang.org/x/crypto v0.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/bits-and-blooms/bitset v1.10.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|