mirror of
https://github.com/waku-org/go-zerokit-rln.git
synced 2025-03-01 04:30:33 +00:00
19 lines
582 B
Modula-2
19 lines
582 B
Modula-2
module github.com/waku-org/go-zerokit-rln
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.7.2
|
|
github.com/waku-org/go-zerokit-rln-apple v0.0.0-20230331231302-258cacb91327
|
|
github.com/waku-org/go-zerokit-rln-arm v0.0.0-20230331223149-f90e66aebb0d
|
|
github.com/waku-org/go-zerokit-rln-x86_64 v0.0.0-20230331181847-cba74520bae9
|
|
)
|
|
|
|
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
|
|
)
|