forked from dcos/dcos-core-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (18 loc) · 827 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/dcos/dcos-core-cli
require (
github.com/dcos/dcos-cli v0.0.0-20180830165634-cda6e9cfe410
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/mitchellh/go-homedir v1.0.0 // indirect
github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84 // indirect
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/sirupsen/logrus v1.0.6 // indirect
github.com/spf13/afero v1.1.1 // indirect
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/cobra v0.0.2
github.com/spf13/pflag v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20180830192347-182538f80094
golang.org/x/sys v0.0.0-20180831094639-fa5fdf94c789 // indirect
golang.org/x/text v0.3.0 // indirect
)