Skip to content

Commit

Permalink
Fixing installation of kustomize.
Browse files Browse the repository at this point in the history
  • Loading branch information
HoustonPutman committed Jan 23, 2020
1 parent 3f7cb91 commit f237ff8
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 89 deletions.
26 changes: 19 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,30 @@ module github.com/bloomberg/solr-operator
go 1.13

require (
cloud.google.com/go v0.38.0 // indirect
github.com/Azure/go-autorest/autorest v0.9.0 // indirect
github.com/coreos/etcd-operator v0.9.3
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
github.com/go-logr/logr v0.1.0
github.com/onsi/gomega v1.5.0
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
github.com/google/btree v1.0.0 // indirect
github.com/gophercloud/gophercloud v0.1.0 // indirect
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
github.com/onsi/gomega v1.7.0
github.com/pravega/zookeeper-operator v0.2.5-rc0
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc
k8s.io/api v0.0.0-20191016110246-af539daaa43a
k8s.io/apimachinery v0.0.0-20191004115701-31ade1b30762
k8s.io/client-go v0.0.0-20191016110837-54936ba21026
github.com/stretchr/testify v1.4.0
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 // indirect
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
k8s.io/api v0.17.0
k8s.io/apimachinery v0.17.0
k8s.io/client-go v11.0.0+incompatible
k8s.io/utils v0.0.0-20191114184206-e782cd3c129f // indirect
sigs.k8s.io/controller-runtime v0.3.0
sigs.k8s.io/controller-tools v0.2.2 // indirect
sigs.k8s.io/kustomize/kustomize/v3 v3.3.0 // indirect
)
Loading

0 comments on commit f237ff8

Please sign in to comment.