forked from giantswarm/kubectl-gs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 821 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
module github.com/giantswarm/kubectl-gs
go 1.14
require (
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/fatih/color v1.9.0
github.com/ghodss/yaml v1.0.0
github.com/giantswarm/apiextensions v0.4.17
github.com/giantswarm/microerror v0.2.0
github.com/giantswarm/micrologger v0.3.1
github.com/google/go-cmp v0.5.1
github.com/markbates/pkger v0.17.0
github.com/mpvl/unique v0.0.0-20150818121801-cbe035fff7de
github.com/pkg/errors v0.9.1
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/afero v1.3.2
github.com/spf13/cobra v0.0.7
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
k8s.io/api v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/client-go v0.17.2
)