-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (34 loc) · 1.56 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
32
33
34
35
36
module github.com/avinetworks/amko
go 1.13
require (
github.com/avinetworks/sdk v0.0.0-20200910092938-580bed7585cb
github.com/davecgh/go-spew v1.1.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-cmp v0.5.1 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/googleapis/gnostic v0.4.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/onsi/gomega v1.9.0
github.com/openshift/api v3.9.0+incompatible
github.com/openshift/client-go v0.0.0-20191022152013-2823239d2298
github.com/stretchr/testify v1.5.1 // indirect
github.com/vmware-tanzu/service-apis v0.0.0-20200901171416-461d35e58618 // indirect
github.com/vmware/load-balancer-and-ingress-services-for-kubernetes v0.0.0-20200918095748-36994e7375fc
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20200812155832-6a926be9bd1d // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
k8s.io/api v0.17.1
k8s.io/apimachinery v0.17.1
k8s.io/client-go v0.17.0
k8s.io/klog/v2 v2.3.0 // indirect
k8s.io/utils v0.0.0-20200731180307-f00132d28269 // indirect
)