mirror of
https://github.com/kubernetes/client-go.git
synced 2026-05-18 13:45:51 +00:00
update prometheus/client_golang v1.14.0 to v1.16.0
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io> Kubernetes-commit: 5aa5f1abc9c9d83ccc34382ae2a8e0241ec1d866
This commit is contained in:
committed by
Kubernetes Publisher
parent
ebad5fbb0d
commit
afed8d3bbe
9
go.mod
9
go.mod
@@ -23,8 +23,8 @@ require (
|
||||
golang.org/x/term v0.7.0
|
||||
golang.org/x/time v0.3.0
|
||||
google.golang.org/protobuf v1.30.0
|
||||
k8s.io/api v0.0.0-20230607181819-dc63998f1312
|
||||
k8s.io/apimachinery v0.0.0-20230607181606-6b1428efc733
|
||||
k8s.io/api v0.0.0
|
||||
k8s.io/apimachinery v0.0.0
|
||||
k8s.io/klog/v2 v2.100.1
|
||||
k8s.io/kube-openapi v0.0.0-20230601164746-7562a1006961
|
||||
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
|
||||
@@ -60,6 +60,7 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => k8s.io/api v0.0.0-20230607181819-dc63998f1312
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230607181606-6b1428efc733
|
||||
k8s.io/api => ../api
|
||||
k8s.io/apimachinery => ../apimachinery
|
||||
k8s.io/client-go => ../client-go
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user