-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
21 lines (19 loc) · 845 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/esafirm/gadb
go 1.12
require (
github.com/alecthomas/gometalinter v2.0.11+incompatible // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/ghodss/yaml v1.0.0
github.com/golang/lint v0.0.0-20181026193005-c67002cb31c3 // indirect
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect
github.com/gordonklaus/ineffassign v0.0.0-20180909121442-1003c8bd00dc // indirect
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
github.com/tj/go-spin v1.1.0
github.com/tsenart/deadcode v0.0.0-20160724212837-210d2dc333e9 // indirect
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)