Skip to content

Commit 915b038

Browse files
committed
Revert github.com/prometheus/client_golang to v1.11.1
Signed-off-by: Fedor Partanskiy <[email protected]>
1 parent 32d6a92 commit 915b038

Some content is hidden

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

86 files changed

+2170
-6742
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/onsi/ginkgo/v2 v2.20.2
2626
github.com/onsi/gomega v1.34.2
2727
github.com/pkg/errors v0.9.1
28-
github.com/prometheus/client_golang v1.20.4
28+
github.com/prometheus/client_golang v1.11.1
2929
github.com/spf13/cobra v1.8.1
3030
github.com/spf13/pflag v1.0.5
3131
github.com/spf13/viper v1.20.0-alpha.6
@@ -83,6 +83,7 @@ require (
8383
github.com/mattn/go-colorable v0.1.13 // indirect
8484
github.com/mattn/go-isatty v0.0.19 // indirect
8585
github.com/mattn/go-runewidth v0.0.15 // indirect
86+
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
8687
github.com/mitchellh/mapstructure v1.5.0 // indirect
8788
github.com/mmcloughlin/addchain v0.4.0 // indirect
8889
github.com/moby/docker-image-spec v1.3.1 // indirect
@@ -92,13 +93,12 @@ require (
9293
github.com/moby/sys/userns v0.1.0 // indirect
9394
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
9495
github.com/morikuni/aec v1.0.0 // indirect
95-
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
9696
github.com/opencontainers/go-digest v1.0.0 // indirect
9797
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
9898
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
9999
github.com/pmezard/go-difflib v1.0.0 // indirect
100100
github.com/prometheus/client_model v0.6.1 // indirect
101-
github.com/prometheus/common v0.55.0 // indirect
101+
github.com/prometheus/common v0.32.1 // indirect
102102
github.com/prometheus/procfs v0.15.1 // indirect
103103
github.com/rivo/uniseg v0.2.0 // indirect
104104
github.com/rogpeppe/go-internal v1.11.0 // indirect

go.sum

+69-8
Large diffs are not rendered by default.

vendor/github.com/golang/protobuf/ptypes/any.go

+180
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/ptypes/any/any.pb.go

+62
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/ptypes/doc.go

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/ptypes/duration.go

+76
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)