Skip to content

Commit f3a26cd

Browse files
tangxinxingzhujf1989
authored andcommitted
update text version
1 parent 31fbe3c commit f3a26cd

File tree

203 files changed

+14963
-3657
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+14963
-3657
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ require (
1818
)
1919

2020
replace (
21-
// we must controll pkg version manually see issues: https://github.com/kubernetes/client-go/issues/874
2221
github.com/go-logr/logr => github.com/go-logr/logr v0.4.0
22+
// we must controll pkg version manually see issues: https://github.com/kubernetes/client-go/issues/874
23+
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.11.1
24+
golang.org/x/text => golang.org/x/text v0.3.8
2325
k8s.io/api => k8s.io/api v0.20.6
2426
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.20.6
2527
k8s.io/apimachinery => k8s.io/apimachinery v0.20.6

go.sum

Lines changed: 19 additions & 56 deletions
Large diffs are not rendered by default.

vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_client.go

Lines changed: 22 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_server.go

Lines changed: 85 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/client_golang/prometheus/promhttp/option.go

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/net/AUTHORS

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/golang.org/x/net/CONTRIBUTORS

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/golang.org/x/net/context/context.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)