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