mirror of
https://github.com/eosswedenorg/eth-healthcheck
synced 2026-06-16 05:04:55 +02:00
17 lines
599 B
Modula-2
17 lines
599 B
Modula-2
module eosswedenorg/eth-healthcheck
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/eosswedenorg-go/haproxy v0.0.0-20220101140534-fccfdd93a8cd
|
|
github.com/eosswedenorg-go/tcp_server v0.1.0
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
|
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
|
|
github.com/jarcoal/httpmock v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/onrik/ethrpc v1.0.0
|
|
github.com/pborman/getopt/v2 v2.1.0
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/tidwall/gjson v1.12.1 // indirect
|
|
)
|