Skip to content

chore(deps): bump github.com/prometheus/client_golang from 1.0.0 to 1.11.1 #1826

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

Open
wants to merge 1 commit into
base: v2.12.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ require (
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.9.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/client_golang v1.11.1
github.com/ryanuber/columnize v2.1.0+incompatible
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
@@ -28,7 +28,7 @@ require (
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
google.golang.org/grpc v1.27.1
gopkg.in/inf.v0 v0.9.1
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
k8s.io/client-go v0.20.2
58 changes: 48 additions & 10 deletions go.sum

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 67 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
236 changes: 236 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/xxhash.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/xxhash_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

215 changes: 215 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/xxhash_amd64.s
76 changes: 76 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/xxhash_other.go
15 changes: 15 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/xxhash_safe.go
46 changes: 46 additions & 0 deletions vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go
6 changes: 3 additions & 3 deletions vendor/github.com/google/go-cmp/cmp/compare.go
2 changes: 1 addition & 1 deletion vendor/github.com/google/go-cmp/cmp/export_panic.go
2 changes: 1 addition & 1 deletion vendor/github.com/google/go-cmp/cmp/export_unsafe.go
50 changes: 28 additions & 22 deletions vendor/github.com/google/go-cmp/cmp/internal/diff/diff.go
2 changes: 1 addition & 1 deletion vendor/github.com/google/go-cmp/cmp/internal/value/name.go
2 changes: 1 addition & 1 deletion vendor/github.com/google/go-cmp/cmp/internal/value/sort.go
2 changes: 1 addition & 1 deletion vendor/github.com/google/go-cmp/cmp/internal/value/zero.go
2 changes: 1 addition & 1 deletion vendor/github.com/google/go-cmp/cmp/options.go
2 changes: 1 addition & 1 deletion vendor/github.com/google/go-cmp/cmp/path.go
2 changes: 1 addition & 1 deletion vendor/github.com/google/go-cmp/cmp/report.go
6 changes: 3 additions & 3 deletions vendor/github.com/google/go-cmp/cmp/report_compare.go
2 changes: 1 addition & 1 deletion vendor/github.com/google/go-cmp/cmp/report_references.go
4 changes: 3 additions & 1 deletion vendor/github.com/google/go-cmp/cmp/report_reflect.go
27 changes: 22 additions & 5 deletions vendor/github.com/google/go-cmp/cmp/report_slices.go
2 changes: 1 addition & 1 deletion vendor/github.com/google/go-cmp/cmp/report_text.go
2 changes: 1 addition & 1 deletion vendor/github.com/google/go-cmp/cmp/report_value.go
1 change: 1 addition & 0 deletions vendor/github.com/json-iterator/go/go.sum
3 changes: 3 additions & 0 deletions vendor/github.com/json-iterator/go/iter_float.go
3 changes: 2 additions & 1 deletion vendor/github.com/json-iterator/go/iter_int.go
2 changes: 1 addition & 1 deletion vendor/github.com/json-iterator/go/reflect.go
24 changes: 20 additions & 4 deletions vendor/github.com/json-iterator/go/reflect_json_raw_message.go
5 changes: 5 additions & 0 deletions vendor/github.com/json-iterator/go/reflect_struct_decoder.go
68 changes: 56 additions & 12 deletions vendor/github.com/prometheus/client_golang/prometheus/counter.go
24 changes: 13 additions & 11 deletions vendor/github.com/prometheus/client_golang/prometheus/desc.go
37 changes: 18 additions & 19 deletions vendor/github.com/prometheus/client_golang/prometheus/doc.go
31 changes: 17 additions & 14 deletions vendor/github.com/prometheus/client_golang/prometheus/gauge.go
146 changes: 101 additions & 45 deletions vendor/github.com/prometheus/client_golang/prometheus/histogram.go
12 changes: 12 additions & 0 deletions vendor/github.com/prometheus/client_golang/prometheus/observer.go

Large diffs are not rendered by default.

35 changes: 20 additions & 15 deletions vendor/github.com/prometheus/client_golang/prometheus/registry.go
40 changes: 24 additions & 16 deletions vendor/github.com/prometheus/client_golang/prometheus/summary.go
64 changes: 57 additions & 7 deletions vendor/github.com/prometheus/client_golang/prometheus/value.go
Loading