Skip to content

Commit 579a953

Browse files
Bump github.com/prometheus/common from 0.17.0 to 0.19.0 (#162)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.17.0 to 0.19.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.17.0...v0.19.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29b5b41 commit 579a953

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ go 1.16
55
require (
66
github.com/nginxinc/nginx-plus-go-client v0.8.0
77
github.com/prometheus/client_golang v1.9.0
8-
github.com/prometheus/common v0.17.0
8+
github.com/prometheus/common v0.19.0
99
google.golang.org/protobuf v1.24.0 // indirect
1010
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ github.com/prometheus/common v0.10.0 h1:RyRA7RzGXQZiW+tGMr7sxa85G1z0yOpM1qq5c8lN
232232
github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo=
233233
github.com/prometheus/common v0.15.0 h1:4fgOnadei3EZvgRwxJ7RMpG1k1pOZth5Pc13tyspaKM=
234234
github.com/prometheus/common v0.15.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s=
235-
github.com/prometheus/common v0.17.0 h1:kDIZLI74SS+3tedSvEkykgBkD7txMxaJAPj8DtJUKYA=
236-
github.com/prometheus/common v0.17.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s=
235+
github.com/prometheus/common v0.19.0 h1:Itb4+NjG9wRdkAWgVucbM/adyIXxEhbw0866e0uZE6A=
236+
github.com/prometheus/common v0.19.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s=
237237
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
238238
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
239239
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=

vendor/github.com/prometheus/common/model/time.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ github.com/prometheus/client_golang/prometheus/internal
2020
github.com/prometheus/client_golang/prometheus/promhttp
2121
# github.com/prometheus/client_model v0.2.0
2222
github.com/prometheus/client_model/go
23-
# github.com/prometheus/common v0.17.0
23+
# github.com/prometheus/common v0.19.0
2424
## explicit
2525
github.com/prometheus/common/expfmt
2626
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg

0 commit comments

Comments
 (0)