Skip to content

Commit 1646075

Browse files
renovate-botbluecmd
authored andcommitted
fix(deps): update module github.com/prometheus/common to v0.30.0
1 parent d1c48f5 commit 1646075

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/davecgh/go-spew v1.1.1
77
github.com/prometheus/client_golang v1.11.0
8-
github.com/prometheus/common v0.29.0
8+
github.com/prometheus/common v0.30.0
99
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
1010
golang.org/x/sys v0.0.0-20210809203939-894668206c86
1111
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ github.com/prometheus/common v0.28.0 h1:vGVfV9KrDTvWt5boZO0I19g2E3CsWfpPPKZM9dt3
166166
github.com/prometheus/common v0.28.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
167167
github.com/prometheus/common v0.29.0 h1:3jqPBvKT4OHAbje2Ql7KeaaSicDBCxMYwEJU1zRJceE=
168168
github.com/prometheus/common v0.29.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
169+
github.com/prometheus/common v0.30.0 h1:JEkYlQnpzrzQFxi6gnukFPdQ+ac82oRhzMcIduJu/Ug=
170+
github.com/prometheus/common v0.30.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
169171
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
170172
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
171173
github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=

vendor/github.com/prometheus/common/expfmt/encode.go

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

vendor/github.com/prometheus/common/expfmt/text_parse.go

Lines changed: 1 addition & 1 deletion
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
@@ -19,7 +19,7 @@ github.com/prometheus/client_golang/prometheus
1919
github.com/prometheus/client_golang/prometheus/internal
2020
# github.com/prometheus/client_model v0.2.0
2121
github.com/prometheus/client_model/go
22-
# github.com/prometheus/common v0.29.0
22+
# github.com/prometheus/common v0.30.0
2323
## explicit
2424
github.com/prometheus/common/expfmt
2525
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg

0 commit comments

Comments
 (0)