2019-08-03 23:31:46 +02:00
|
|
|
module nprobe
|
|
|
|
|
2021-09-05 07:26:34 +02:00
|
|
|
go 1.15
|
2019-08-03 23:31:46 +02:00
|
|
|
|
|
|
|
require (
|
2021-09-05 07:26:34 +02:00
|
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
|
|
github.com/go-ping/ping v0.0.0-20210506233800-ff8be3320020
|
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-09-10 22:04:09 +02:00
|
|
|
github.com/influxdata/influxdb-client-go/v2 v2.5.0
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-09-05 07:26:34 +02:00
|
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
|
|
github.com/spf13/viper v1.8.1
|
2019-08-03 23:31:46 +02:00
|
|
|
github.com/tcnksm/go-httpstat v0.2.0
|
2021-09-05 07:26:34 +02:00
|
|
|
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
golang.org/x/tools v0.1.5
|
|
|
|
gopkg.in/ini.v1 v1.62.1 // indirect
|
2019-08-03 23:31:46 +02:00
|
|
|
)
|