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 (
|
|
|
|
|
github.com/stretchr/testify v1.7.2
|
2024-01-16 16:33:45 +01:00
|
|
|
github.com/waku-org/go-zerokit-rln-apple v0.0.0-20240116135015-f6f595c7b8ef
|
|
|
|
|
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
|
2023-04-01 08:25:39 -04:00
|
|
|
)
|
2022-09-07 15:15:43 -04:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
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
|
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|