2022-11-26 13:58:25 -04:00
|
|
|
module github.com/waku-org/go-zerokit-rln
|
2022-09-07 15:15:43 -04:00
|
|
|
|
2022-11-26 13:58:25 -04:00
|
|
|
go 1.18
|
2022-09-07 15:15:43 -04:00
|
|
|
|
2023-04-01 08:25:39 -04:00
|
|
|
require (
|
|
|
|
|
github.com/stretchr/testify v1.7.2
|
2023-08-04 17:01:58 -04:00
|
|
|
github.com/waku-org/go-zerokit-rln-apple v0.0.0-20230807124901-05ef8aca570d
|
|
|
|
|
github.com/waku-org/go-zerokit-rln-arm v0.0.0-20230807124929-ea702b1b4305
|
|
|
|
|
github.com/waku-org/go-zerokit-rln-x86_64 v0.0.0-20230807124913-ea636e5b4005
|
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
|
|
|
|
|
)
|