-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
28 lines (26 loc) · 1.11 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/90poe/connectctl
go 1.12
require (
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
github.com/go-openapi/errors v0.19.2 // indirect
github.com/go-openapi/strfmt v0.19.0 // indirect
github.com/heptiolabs/healthcheck v0.0.0-20180807145615-6ff867650f40
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/kelseyhightower/envconfig v1.4.0
github.com/magiconair/bump v1.2.0 // indirect
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.3 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.6
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1
github.com/sv-tools/bumptag v1.5.1 // indirect
github.com/urfave/cli v1.22.3 // indirect
gopkg.in/matryer/try.v1 v1.0.0-20150601225556-312d2599e12e
)