|
|
|
module nprobe
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/digitaljanitors/go-httpstat v0.2.1-0.20200331213148-166c91beed46
|
|
|
|
github.com/go-ping/ping v0.0.0-20210506233800-ff8be3320020
|
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/influxdata/influxdb-client-go/v2 v2.5.0
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/spf13/viper v1.8.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/deepmap/oapi-codegen v1.8.2 // indirect
|
|
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
|
|
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
|
|
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
|
|
github.com/pelletier/go-toml v1.9.3 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/subosito/gotenv v1.2.0 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.62.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
)
|