2022-11-26 17:58:25 +00:00
|
|
|
module github.com/waku-org/go-zerokit-rln
|
2022-09-07 19:15:43 +00:00
|
|
|
|
2024-01-16 14:31:15 +00:00
|
|
|
go 1.19
|
2022-09-07 19:15:43 +00:00
|
|
|
|
2023-04-01 12:25:39 +00:00
|
|
|
require (
|
2024-01-24 15:31:36 +00:00
|
|
|
github.com/consensys/gnark-crypto v0.12.1
|
2024-05-24 08:17:29 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2024-01-24 15:31:36 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2024-05-30 12:53:54 +00:00
|
|
|
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
|
2024-01-24 15:31:36 +00:00
|
|
|
golang.org/x/crypto v0.18.0
|
2023-04-01 12:25:39 +00:00
|
|
|
)
|
2022-09-07 19:15:43 +00:00
|
|
|
|
|
|
|
require (
|
2024-01-24 15:31:36 +00:00
|
|
|
github.com/bits-and-blooms/bitset v1.10.0 // indirect
|
2022-09-07 19:15:43 +00:00
|
|
|
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
|
2024-01-24 15:31:36 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
|
|
|
golang.org/x/sys v0.16.0 // indirect
|
2022-09-07 19:15:43 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|