forked from openshift/rosa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (28 loc) · 1.12 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
29
30
31
module github.com/openshift/rosa
go 1.14
require (
github.com/AlecAivazis/survey/v2 v2.1.0
github.com/aws/aws-sdk-go v1.39.3
github.com/briandowns/spinner v1.11.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dustin/go-humanize v1.0.0
github.com/ghodss/yaml v1.0.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/mock v1.6.0
github.com/hashicorp/go-version v1.3.0
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.7.0
github.com/openshift-online/ocm-sdk-go v0.1.190
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/zgalor/weberr v0.6.0
gitlab.com/c0b/go-ordered-json v0.0.0-20171130231205-49bbdab258c2
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
google.golang.org/protobuf v1.25.0 // indirect
rsc.io/quote/v3 v3.1.0 // indirect
)
replace github.com/golang/glog => github.com/kubermatic/glog-logrus v0.0.0-20180829085450-3fa5b9870d1d