feat: add icmp support

This commit is contained in:
2023-04-27 22:51:56 +02:00
parent e8dc6e5789
commit 2130b3b3dd
8 changed files with 228 additions and 72 deletions

12
go.mod
View File

@@ -3,14 +3,16 @@ module github.com/milkinteractive/cachet-monitor
go 1.13
require (
github.com/chenjiandongx/yap v0.2.0 // indirect
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/miekg/dns v1.1.34
github.com/miekg/dns v1.1.53
github.com/mitchellh/mapstructure v1.1.2
github.com/sirupsen/logrus v1.7.0
github.com/prometheus-community/pro-bing v0.1.0 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/objx v0.1.1 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/net v0.0.0-20201016165138-7b1cca2348c0 // indirect
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/tools v0.8.0 // indirect
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
gopkg.in/yaml.v2 v2.2.7
)