1
0
Fork 0
mirror of https://github.com/eosswedenorg/eth-healthcheck synced 2026-06-16 05:04:55 +02:00
eth-healthcheck/go.mod

17 lines
572 B
Modula-2

module eosswedenorg/eth-healthcheck
go 1.14
require (
github.com/eosswedenorg-go/haproxy v1.0.0
github.com/eosswedenorg-go/tcp_server v0.2.0
github.com/go-stack/stack v1.8.1 // indirect
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
github.com/jarcoal/httpmock v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/onrik/ethrpc v1.1.1
github.com/pborman/getopt/v2 v2.1.0
github.com/stretchr/testify v1.8.1 // indirect
github.com/tidwall/gjson v1.14.3 // indirect
)