This repository has been archived by the owner on Nov 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #287 from jjo/jjo-support-v1.17-apis
feat: update to v1.17 apis
- Loading branch information
Showing
1,043 changed files
with
188,879 additions
and
143,340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,61 @@ | ||
module github.com/bitnami/kubecfg | ||
|
||
require ( | ||
cloud.google.com/go v0.34.0 // indirect | ||
github.com/Azure/go-autorest/autorest v0.10.0 // indirect | ||
github.com/elazarl/go-bindata-assetfs v1.0.1-0.20180223160309-38087fe4dafb | ||
github.com/evanphx/json-patch v4.1.0+incompatible | ||
github.com/evanphx/json-patch v4.5.0+incompatible | ||
github.com/genuinetools/reg v0.16.1 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/go-openapi/spec v0.17.0 // indirect | ||
github.com/golang/protobuf v1.2.0 | ||
github.com/google/btree v1.0.0 // indirect | ||
github.com/go-openapi/spec v0.19.7 // indirect | ||
github.com/go-openapi/swag v0.19.8 // indirect | ||
github.com/gogo/protobuf v1.3.1 // indirect | ||
github.com/golang/protobuf v1.3.5 | ||
github.com/google/go-cmp v0.4.0 // indirect | ||
github.com/google/go-jsonnet v0.15.0 | ||
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect | ||
github.com/googleapis/gnostic v0.1.1-0.20180218235700-15cf44e552f9 | ||
github.com/gophercloud/gophercloud v0.0.0-20180227043227-eedbafadaa1a // indirect | ||
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect | ||
github.com/imdario/mergo v0.0.0-20170326204527-d806ba8c2177 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.5 // indirect | ||
github.com/google/gofuzz v1.1.0 // indirect | ||
github.com/googleapis/gnostic v0.4.0 | ||
github.com/imdario/mergo v0.3.9 // indirect | ||
github.com/json-iterator/go v1.1.9 // indirect | ||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect | ||
github.com/kr/pretty v0.2.0 // indirect | ||
github.com/mailru/easyjson v0.7.1 // indirect | ||
github.com/mattn/go-isatty v0.0.7 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/onsi/ginkgo v1.6.0 | ||
github.com/onsi/gomega v1.4.2 | ||
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect | ||
github.com/onsi/ginkgo v1.11.0 | ||
github.com/onsi/gomega v1.7.0 | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/sergi/go-diff v1.0.0 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/spf13/cobra v0.0.2-0.20180319062004-c439c4fa0937 | ||
github.com/spf13/cobra v0.0.7 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.3.0 | ||
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 | ||
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 // indirect | ||
google.golang.org/appengine v1.3.0 // indirect | ||
google.golang.org/genproto v0.0.0-20181219182458-5a97ab628bfb // indirect | ||
gopkg.in/inf.v0 v0.9.0 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 | ||
k8s.io/api v0.0.0-20190222213804-5cb15d344471 | ||
k8s.io/apiextensions-apiserver v0.0.0-20190228180357-d002e88f6236 | ||
k8s.io/apimachinery v0.0.0-20190221213512-86fb29eff628 | ||
k8s.io/client-go v0.0.0-20190228174230-b40b2a5939e4 | ||
k8s.io/klog v0.2.0 | ||
k8s.io/kube-openapi v0.0.0-20190306001800-15615b16d372 | ||
github.com/stretchr/testify v1.4.0 | ||
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71 | ||
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect | ||
golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa // indirect | ||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect | ||
google.golang.org/appengine v1.6.5 // indirect | ||
google.golang.org/genproto v0.0.0-20200409111301-baae70f3302d // indirect | ||
google.golang.org/grpc v1.28.1 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
gopkg.in/yaml.v2 v2.2.8 | ||
k8s.io/api v0.17.4 | ||
k8s.io/apiextensions-apiserver v0.17.4 | ||
k8s.io/apimachinery v0.17.4 | ||
k8s.io/client-go v0.17.4 | ||
k8s.io/klog v1.0.0 | ||
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a | ||
k8s.io/kubernetes v1.13.4 | ||
sigs.k8s.io/yaml v1.1.0 // indirect | ||
k8s.io/utils v0.0.0-20200327001022-6496210b90e8 // indirect | ||
sigs.k8s.io/yaml v1.2.0 // indirect | ||
) | ||
|
||
replace ( | ||
// NB: pinning gnostic to v0.4.0 as v0.4.1 renamed s/OpenAPIv2/openapiv2/ at | ||
// https://github.com/googleapis/gnostic/pull/155, | ||
// while k8s.io/client-go/[email protected] still uses OpenAPIv2, | ||
// even as of 2020/04/09 there's no released k8s.io/client-go/discovery version | ||
// (latest 0.18.1) fixed to use openapiv2 | ||
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.0 | ||
) | ||
|
||
go 1.13 |
Oops, something went wrong.