forked from dcos/dcos-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (20 loc) · 826 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/dcos/dcos-cli
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-runewidth v0.0.2 // indirect
github.com/mitchellh/go-homedir v0.0.0-20180801233206-58046073cbff
github.com/olekukonko/tablewriter v0.0.0-20180130162743-b8a9be070da4
github.com/pelletier/go-toml v1.1.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.0.5
github.com/spf13/afero v1.1.0
github.com/spf13/cast v1.2.0
github.com/spf13/cobra v0.0.2
github.com/spf13/pflag v1.0.1
github.com/stretchr/testify v1.2.1
golang.org/x/crypto v0.0.0-20180411161317-d6449816ce06
golang.org/x/sys v0.0.0-20180417080122-b126b21c05a9 // indirect
golang.org/x/text v0.3.0 // indirect
)