Skip to content

Commit 5ade844

Browse files
authored
Merge pull request kubernetes#87093 from dims/update-prometheus/client_model-to-v0.1.0
Move from random SHA - update github.com/prometheus/client_model to v0.1.0
2 parents dd465b8 + b5f050a commit 5ade844

File tree

15 files changed

+23
-7
lines changed

15 files changed

+23
-7
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ require (
9999
github.com/pmezard/go-difflib v1.0.0
100100
github.com/pquerna/ffjson v0.0.0-20180717144149-af8b230fcd20 // indirect
101101
github.com/prometheus/client_golang v1.0.0
102-
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
102+
github.com/prometheus/client_model v0.1.0
103103
github.com/prometheus/common v0.4.1
104104
github.com/quobyte/api v0.1.2
105105
github.com/robfig/cron v1.1.0
@@ -419,7 +419,7 @@ replace (
419419
github.com/pquerna/cachecontrol => github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021
420420
github.com/pquerna/ffjson => github.com/pquerna/ffjson v0.0.0-20180717144149-af8b230fcd20
421421
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.0.0
422-
github.com/prometheus/client_model => github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
422+
github.com/prometheus/client_model => github.com/prometheus/client_model v0.1.0
423423
github.com/prometheus/common => github.com/prometheus/common v0.4.1
424424
github.com/prometheus/procfs => github.com/prometheus/procfs v0.0.2
425425
github.com/quasilyte/go-consistent => github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ github.com/pquerna/ffjson v0.0.0-20180717144149-af8b230fcd20 h1:7sBb9iOkeq+O7AXl
411411
github.com/pquerna/ffjson v0.0.0-20180717144149-af8b230fcd20/go.mod h1:YARuvh7BUWHNhzDq2OM5tzR2RiCcN2D7sapiKyCel/M=
412412
github.com/prometheus/client_golang v1.0.0 h1:vrDKnkGzuGvhNAL56c7DBz29ZL+KxnoR0x7enabFceM=
413413
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
414-
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 h1:S/YWwWx/RA8rT8tKFRuGUZhuA90OyIBpPCXkcbwU8DE=
415-
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
414+
github.com/prometheus/client_model v0.1.0 h1:ElTg5tNp4DqfV7UQjDqv2+RJlNzsDtvNAWccbItceIE=
415+
github.com/prometheus/client_model v0.1.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
416416
github.com/prometheus/common v0.4.1 h1:K0MGApIoQvMw27RTdJkPbr3JZ7DNbtxQNyi5STVM6Kw=
417417
github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
418418
github.com/prometheus/procfs v0.0.2 h1:6LJUbpNm42llc4HRCuvApCSWB/WfhuNo9K98Q9sNGfs=

staging/src/k8s.io/apiextensions-apiserver/go.sum

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

staging/src/k8s.io/apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/pkg/errors v0.8.1
3131
github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021 // indirect
3232
github.com/prometheus/client_golang v1.0.0
33-
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
33+
github.com/prometheus/client_model v0.1.0
3434
github.com/sirupsen/logrus v1.4.2 // indirect
3535
github.com/spf13/pflag v1.0.5
3636
github.com/stretchr/testify v1.4.0

staging/src/k8s.io/apiserver/go.sum

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

staging/src/k8s.io/component-base/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/blang/semver v3.5.0+incompatible
99
github.com/google/go-cmp v0.3.0
1010
github.com/prometheus/client_golang v1.0.0
11-
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
11+
github.com/prometheus/client_model v0.1.0
1212
github.com/prometheus/common v0.4.1
1313
github.com/prometheus/procfs v0.0.2
1414
github.com/spf13/pflag v1.0.5

staging/src/k8s.io/component-base/go.sum

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

staging/src/k8s.io/kube-aggregator/go.sum

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

staging/src/k8s.io/kube-controller-manager/go.sum

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

staging/src/k8s.io/kube-proxy/go.sum

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

0 commit comments

Comments
 (0)