Skip to content

Commit bb4d38c

Browse files
Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.1 (#26)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b16dd7f commit bb4d38c

File tree

2 files changed

+36
-456
lines changed

2 files changed

+36
-456
lines changed

go.mod

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,28 @@ go 1.18
55
require (
66
github.com/go-redis/redis/v8 v8.11.5
77
github.com/golang/mock v1.6.0
8-
github.com/prometheus/client_golang v1.14.0
8+
github.com/prometheus/client_golang v1.15.1
99
github.com/rs/zerolog v1.29.0
1010
github.com/stretchr/testify v1.8.1
1111
)
1212

1313
require (
1414
github.com/beorn7/perks v1.0.1 // indirect
15-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
15+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
1616
github.com/davecgh/go-spew v1.1.1 // indirect
1717
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
18-
github.com/golang/protobuf v1.5.2 // indirect
18+
github.com/golang/protobuf v1.5.3 // indirect
19+
github.com/kr/text v0.2.0 // indirect
1920
github.com/mattn/go-colorable v0.1.12 // indirect
2021
github.com/mattn/go-isatty v0.0.14 // indirect
21-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
22+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2223
github.com/pkg/errors v0.9.1 // indirect
2324
github.com/pmezard/go-difflib v1.0.0 // indirect
2425
github.com/prometheus/client_model v0.3.0 // indirect
25-
github.com/prometheus/common v0.37.0 // indirect
26-
github.com/prometheus/procfs v0.8.0 // indirect
27-
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
28-
google.golang.org/protobuf v1.28.1 // indirect
26+
github.com/prometheus/common v0.42.0 // indirect
27+
github.com/prometheus/procfs v0.9.0 // indirect
28+
github.com/rogpeppe/go-internal v1.10.0 // indirect
29+
golang.org/x/sys v0.6.0 // indirect
30+
google.golang.org/protobuf v1.30.0 // indirect
2931
gopkg.in/yaml.v3 v3.0.1 // indirect
3032
)

0 commit comments

Comments
 (0)