Skip to content

Commit cac0451

Browse files
committed
Updating dependency github.com/prometheus/client_model to version v0.0.0-20190812154241-14fe0d1b01d4
1 parent 3b29bcf commit cac0451

File tree

15 files changed

+18
-23
lines changed

15 files changed

+18
-23
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.1.0
102+
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
103103
github.com/prometheus/common v0.4.1
104104
github.com/quobyte/api v0.1.2
105105
github.com/robfig/cron v1.1.0
@@ -427,7 +427,7 @@ replace (
427427
github.com/pquerna/cachecontrol => github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021
428428
github.com/pquerna/ffjson => github.com/pquerna/ffjson v0.0.0-20180717144149-af8b230fcd20
429429
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.0.0
430-
github.com/prometheus/client_model => github.com/prometheus/client_model v0.1.0
430+
github.com/prometheus/client_model => github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
431431
github.com/prometheus/common => github.com/prometheus/common v0.4.1
432432
github.com/prometheus/procfs => github.com/prometheus/procfs v0.0.2
433433
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
@@ -418,8 +418,8 @@ github.com/pquerna/ffjson v0.0.0-20180717144149-af8b230fcd20 h1:7sBb9iOkeq+O7AXl
418418
github.com/pquerna/ffjson v0.0.0-20180717144149-af8b230fcd20/go.mod h1:YARuvh7BUWHNhzDq2OM5tzR2RiCcN2D7sapiKyCel/M=
419419
github.com/prometheus/client_golang v1.0.0 h1:vrDKnkGzuGvhNAL56c7DBz29ZL+KxnoR0x7enabFceM=
420420
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
421-
github.com/prometheus/client_model v0.1.0 h1:ElTg5tNp4DqfV7UQjDqv2+RJlNzsDtvNAWccbItceIE=
422-
github.com/prometheus/client_model v0.1.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
421+
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 h1:gQz4mCbXsO+nc9n1hCxHcGA3Zx3Eo+UHZoInFGUIXNM=
422+
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
423423
github.com/prometheus/common v0.4.1 h1:K0MGApIoQvMw27RTdJkPbr3JZ7DNbtxQNyi5STVM6Kw=
424424
github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
425425
github.com/prometheus/procfs v0.0.2 h1:6LJUbpNm42llc4HRCuvApCSWB/WfhuNo9K98Q9sNGfs=

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

Lines changed: 1 addition & 2 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.1.0
33+
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
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: 1 addition & 2 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.1.0
11+
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
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 & 2 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: 1 addition & 2 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 & 1 deletion
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 & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)