2021-12-14 16:52:59 +01:00
|
|
|
module git.grassecon.net/grassrootseconomics/openethereum-node-status
|
2021-12-14 12:24:18 +01:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gin-gonic/gin v1.7.7
|
|
|
|
github.com/knadh/koanf v1.3.3
|
|
|
|
github.com/rs/zerolog v1.26.0
|
|
|
|
github.com/ybbus/jsonrpc/v2 v2.1.6
|
|
|
|
)
|