Skip to content

Commit 8013c9d

Browse files
fix(deps): update module github.com/prometheus/common to v0.29.0 (#43)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7ce4cad commit 8013c9d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.28.0
8+
github.com/prometheus/common v0.29.0
99
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
1010
golang.org/x/sys v0.0.0-20210608053332-aa57babbf139
1111
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ github.com/prometheus/common v0.26.0 h1:iMAkS2TDoNWnKM+Kopnx/8tnEStIfpYA0ur0xQzz
164164
github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc=
165165
github.com/prometheus/common v0.28.0 h1:vGVfV9KrDTvWt5boZO0I19g2E3CsWfpPPKZM9dt3mEw=
166166
github.com/prometheus/common v0.28.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
167+
github.com/prometheus/common v0.29.0 h1:3jqPBvKT4OHAbje2Ql7KeaaSicDBCxMYwEJU1zRJceE=
168+
github.com/prometheus/common v0.29.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
167169
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
168170
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
169171
github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=

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.28.0
22+
# github.com/prometheus/common v0.29.0
2323
## explicit
2424
github.com/prometheus/common/expfmt
2525
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg

0 commit comments

Comments
 (0)