You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
253 B
12 lines
253 B
4 years ago
|
module nprobe
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/gorilla/mux v1.7.1
|
||
|
github.com/sparrc/go-ping v0.0.0-20181106165434-ef3ab45e41b0
|
||
|
github.com/spf13/viper v1.3.2
|
||
|
github.com/tcnksm/go-httpstat v0.2.0
|
||
|
golang.org/x/tools v0.0.0-20190420000508-685fecacd0a0
|
||
|
)
|