Skip to content

Commit

Permalink
upgrade prometheus common to v0.44.0
Browse files Browse the repository at this point in the history
Kubernetes-commit: 9b6af80a631f5659ea62d552d595b3dd137525a0
  • Loading branch information
pacoxu authored and k8s-publishing-bot committed Jul 14, 2023
1 parent ff024a2 commit 24b49e8
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 33 deletions.
33 changes: 17 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ require (
github.com/stretchr/testify v1.8.2
golang.org/x/sys v0.10.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.0.0-20230714211711-ad80a67756b3
k8s.io/apimachinery v0.0.0-20230714211010-7924d2c22746
k8s.io/cli-runtime v0.0.0-20230714215819-4964d2e4d9db
k8s.io/client-go v0.0.0-20230714212436-f19b40cda940
k8s.io/component-base v0.0.0-20230714213649-faf645bcb8bf
k8s.io/component-helpers v0.0.0-20230714213821-d69a24027292
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/cli-runtime v0.0.0
k8s.io/client-go v0.0.0
k8s.io/component-base v0.0.0
k8s.io/component-helpers v0.0.0
k8s.io/klog/v2 v2.100.1
k8s.io/kube-openapi v0.0.0-20230601164746-7562a1006961
k8s.io/metrics v0.0.0-20230714215648-c14c8ab6e487
k8s.io/metrics v0.0.0
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
sigs.k8s.io/kustomize/kustomize/v5 v5.0.4-0.20230601165947-6ce0bf390ce3
Expand Down Expand Up @@ -81,7 +81,7 @@ require (
github.com/xlab/treeprint v1.2.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/oauth2 v0.6.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
Expand All @@ -95,12 +95,13 @@ require (
)

replace (
k8s.io/api => k8s.io/api v0.0.0-20230714211711-ad80a67756b3
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230714211010-7924d2c22746
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20230714215819-4964d2e4d9db
k8s.io/client-go => k8s.io/client-go v0.0.0-20230714212436-f19b40cda940
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20230714210337-3cea41d4aead
k8s.io/component-base => k8s.io/component-base v0.0.0-20230714213649-faf645bcb8bf
k8s.io/component-helpers => k8s.io/component-helpers v0.0.0-20230714213821-d69a24027292
k8s.io/metrics => k8s.io/metrics v0.0.0-20230714215648-c14c8ab6e487
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/cli-runtime => ../cli-runtime
k8s.io/client-go => ../client-go
k8s.io/code-generator => ../code-generator
k8s.io/component-base => ../component-base
k8s.io/component-helpers => ../component-helpers
k8s.io/kubectl => ../kubectl
k8s.io/metrics => ../metrics
)

0 comments on commit 24b49e8

Please sign in to comment.