You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nprobe/go.mod

20 lines
606 B
Modula-2

module nprobe
go 1.15
require (
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
github.com/influxdata/influxdb-client-go/v2 v2.5.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/viper v1.8.1
github.com/tcnksm/go-httpstat v0.2.0
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
)