Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump golang.org/x/text from 0.3.2 to 0.3.8 in /operator-discovery-helper #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 4 additions & 27 deletions operator-discovery-helper/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,14 @@ go 1.12

require (
github.com/coreos/etcd v3.3.20+incompatible
// github.com/coreos/etcd v3.3.9+incompatible
github.com/coreos/go-semver v0.3.0
github.com/gogo/protobuf v1.3.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.3.3
github.com/google/gofuzz v1.1.0
github.com/googleapis/gnostic v0.4.1 // indirect
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/imdario/mergo v0.3.7
github.com/json-iterator/go v1.1.8
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/modern-go/reflect2 v1.0.1
github.com/spf13/pflag v1.0.5
github.com/ugorji/go v1.1.7
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7
golang.org/x/text v0.3.2
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
google.golang.org/appengine v1.5.0
gopkg.in/inf.v0 v0.9.1
gopkg.in/yaml.v2 v2.2.8
github.com/golang/protobuf v1.3.3 // indirect
github.com/kr/pretty v0.2.0 // indirect
golang.org/x/text v0.3.8 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
k8s.io/apiextensions-apiserver v0.18.1
// k8s.io/apiextensions-apiserver v0.0.0-20190221221350-bfb440be4b87
//k8s.io/apimachinery v0.18.1
//k8s.io/apimachinery v0.18.1
k8s.io/apimachinery v0.18.1
k8s.io/client-go v0.18.1
// k8s.io/client-go v11.0.0+incompatible
// k8s.io/client-go v10.0.0+incompatible
k8s.io/klog v1.0.0
sigs.k8s.io/yaml v1.2.0
)
Loading