-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 741 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/vivek-26/ipv
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
github.com/briandowns/spinner v1.6.1
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b
github.com/manifoldco/promptui v0.3.2
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
)