Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 7f3fa71

Browse files
chore(deps): bump github.com/prometheus/client_golang (#331)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.14.0 to 1.15.1. - [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.14.0...v1.15.1) --- 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 48d3dee commit 7f3fa71

File tree

2 files changed

+24
-112
lines changed

2 files changed

+24
-112
lines changed

go.mod

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/gomodule/redigo v1.8.9
1212
github.com/gorilla/mux v1.8.0
1313
github.com/opencontainers/go-digest v1.0.0
14-
github.com/prometheus/client_golang v1.14.0
14+
github.com/prometheus/client_golang v1.15.1
1515
github.com/sirupsen/logrus v1.9.0
1616
github.com/stretchr/testify v1.8.2
1717
github.com/testcontainers/testcontainers-go v0.12.0
@@ -24,13 +24,13 @@ require (
2424
github.com/Microsoft/go-winio v0.5.2 // indirect
2525
github.com/beorn7/perks v1.0.1 // indirect
2626
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
27-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
27+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2828
github.com/containerd/containerd v1.5.18 // indirect
2929
github.com/davecgh/go-spew v1.1.1 // indirect
3030
github.com/docker/distribution v2.8.1+incompatible // indirect
3131
github.com/docker/go-units v0.4.0 // indirect
3232
github.com/gogo/protobuf v1.3.2 // indirect
33-
github.com/golang/protobuf v1.5.2 // indirect
33+
github.com/golang/protobuf v1.5.3 // indirect
3434
github.com/google/uuid v1.3.0 // indirect
3535
github.com/klauspost/compress v1.11.13 // indirect
3636
github.com/magiconair/properties v1.8.5 // indirect
@@ -44,12 +44,13 @@ require (
4444
github.com/pkg/errors v0.9.1 // indirect
4545
github.com/pmezard/go-difflib v1.0.0 // indirect
4646
github.com/prometheus/client_model v0.3.0 // indirect
47-
github.com/prometheus/common v0.37.0 // indirect
48-
github.com/prometheus/procfs v0.8.0 // indirect
47+
github.com/prometheus/common v0.42.0 // indirect
48+
github.com/prometheus/procfs v0.9.0 // indirect
4949
github.com/robfig/cron v1.2.0 // indirect
50+
github.com/rogpeppe/go-internal v1.10.0 // indirect
5051
github.com/stretchr/objx v0.5.0 // indirect
5152
golang.org/x/sys v0.7.0 // indirect
52-
google.golang.org/protobuf v1.28.1 // indirect
53+
google.golang.org/protobuf v1.30.0 // indirect
5354
gopkg.in/yaml.v2 v2.4.0 // indirect
5455
gopkg.in/yaml.v3 v3.0.1 // indirect
5556
)

0 commit comments

Comments
 (0)