mirror of
https://github.com/logos-messaging/go-zerokit-rln.git
synced 2026-01-02 13:13:11 +00:00
23 lines
733 B
Modula-2
23 lines
733 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/stretchr/testify v1.8.4
|
|
github.com/waku-org/go-zerokit-rln-apple v0.0.0-20240124080743-37fbb869c330
|
|
github.com/waku-org/go-zerokit-rln-arm v0.0.0-20240124081101-5e4387508113
|
|
github.com/waku-org/go-zerokit-rln-x86_64 v0.0.0-20240124081123-f90cfc88a1dc
|
|
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
|
|
)
|