Skip to content

Commit 3b53959

Browse files
Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.2 (#38)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.12.2. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.11.0...v1.12.2) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf22ccc commit 3b53959

File tree

2 files changed

+331
-16
lines changed

2 files changed

+331
-16
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ go 1.17
44

55
require (
66
github.com/docker/docker v20.10.17+incompatible
7-
github.com/prometheus/client_golang v1.11.0
7+
github.com/prometheus/client_golang v1.12.2
88
)
99

1010
require (
1111
github.com/beorn7/perks v1.0.1 // indirect
12-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
12+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
1313
github.com/docker/go-connections v0.4.0 // indirect
1414
github.com/docker/go-units v0.4.0 // indirect
1515
github.com/gogo/protobuf v1.1.1 // indirect
16-
github.com/golang/protobuf v1.4.3 // indirect
16+
github.com/golang/protobuf v1.5.2 // indirect
1717
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
1818
github.com/opencontainers/go-digest v1.0.0 // indirect
1919
github.com/opencontainers/image-spec v1.0.2 // indirect
2020
github.com/prometheus/client_model v0.2.0 // indirect
21-
github.com/prometheus/common v0.26.0 // indirect
22-
github.com/prometheus/procfs v0.6.0 // indirect
23-
golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71 // indirect
24-
google.golang.org/protobuf v1.26.0-rc.1 // indirect
21+
github.com/prometheus/common v0.32.1 // indirect
22+
github.com/prometheus/procfs v0.7.3 // indirect
23+
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
24+
google.golang.org/protobuf v1.26.0 // indirect
2525
gotest.tools/v3 v3.3.0 // indirect
2626
)

0 commit comments

Comments
 (0)