2021-09-13 13:37:56 +02:00
|
|
|
module github.com/decanus/go-rln
|
|
|
|
|
|
|
|
|
|
go 1.16
|
2022-06-30 18:11:41 -04:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/ethereum/go-ethereum v1.10.20
|
|
|
|
|
github.com/golang/protobuf v1.5.2
|
2022-07-02 10:38:11 -04:00
|
|
|
github.com/stretchr/testify v1.7.2
|
2022-06-30 18:11:41 -04:00
|
|
|
)
|