mirror of
https://github.com/logos-messaging/go-rln.git
synced 2026-01-06 23:13:06 +00:00
9 lines
132 B
Modula-2
9 lines
132 B
Modula-2
module github.com/decanus/go-rln
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ethereum/go-ethereum v1.10.20
|
|
github.com/golang/protobuf v1.5.2
|
|
)
|