-
Notifications
You must be signed in to change notification settings - Fork 118
/
go.mod
27 lines (25 loc) · 942 Bytes
/
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
module github.com/dcos/dcos-cli
go 1.14
require (
github.com/VividCortex/ewma v1.1.1 // indirect
github.com/antihax/optional v1.0.0
github.com/dcos/client-go v0.0.0-20200116122616-ec842e59a9e1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/hashicorp/go-version v1.2.1
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.4
github.com/pelletier/go-toml v1.8.0
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/afero v1.3.4
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
github.com/vbauerster/mpb v3.4.0+incompatible
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/sys v0.0.0-20200817085935-3ff754bf58a9 // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
)