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 k8s.io/client-go from 0.0.0-20190405172624-a18eda0c053a to 0.17.16 in /slo-monitor #7

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
14 changes: 5 additions & 9 deletions slo-monitor/go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
module k8s.io/perf-tests/slo-monitor

require (
github.com/golang/glog v0.0.0-20141105023935-44145f04b68c
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/prometheus/client_golang v1.7.1
github.com/spf13/pflag v1.0.1
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
k8s.io/api v0.0.0-20190405172450-8fc60343b75c
k8s.io/apimachinery v0.0.0-20190405172352-ba051b3c4d9d
k8s.io/client-go v0.0.0-20190405172624-a18eda0c053a
k8s.io/klog v0.2.0 // indirect
github.com/spf13/pflag v1.0.5
k8s.io/api v0.17.16
k8s.io/apimachinery v0.17.16
k8s.io/client-go v0.17.16
k8s.io/kubernetes v1.14.0
k8s.io/utils v0.0.0-20190308190857-21c4ce38f2a7 // indirect
)

go 1.13
Loading