Skip to content

Commit 855cb76

Browse files
dependabot[bot]cmackenzie1
authored andcommitted
Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.14.0 to 1.15.0. - [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.0) --- 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]>
1 parent 0478906 commit 855cb76

File tree

2 files changed

+25
-468
lines changed

2 files changed

+25
-468
lines changed

go.mod

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

55
require (
66
github.com/jackc/pgx/v5 v5.3.1
7-
github.com/prometheus/client_golang v1.14.0
7+
github.com/prometheus/client_golang v1.15.0
88
)
99

1010
require (
1111
github.com/beorn7/perks v1.0.1 // indirect
12-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
13-
github.com/golang/protobuf v1.5.2 // indirect
12+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
13+
github.com/golang/protobuf v1.5.3 // indirect
1414
github.com/jackc/pgpassfile v1.0.0 // indirect
1515
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
1616
github.com/jackc/puddle/v2 v2.2.0 // indirect
17-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
17+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
1818
github.com/prometheus/client_model v0.3.0 // indirect
19-
github.com/prometheus/common v0.37.0 // indirect
20-
github.com/prometheus/procfs v0.8.0 // indirect
19+
github.com/prometheus/common v0.42.0 // indirect
20+
github.com/prometheus/procfs v0.9.0 // indirect
2121
golang.org/x/crypto v0.6.0 // indirect
2222
golang.org/x/sync v0.1.0 // indirect
23-
golang.org/x/sys v0.5.0 // indirect
23+
golang.org/x/sys v0.6.0 // indirect
2424
golang.org/x/text v0.7.0 // indirect
25-
google.golang.org/protobuf v1.28.1 // indirect
25+
google.golang.org/protobuf v1.30.0 // indirect
2626
)

0 commit comments

Comments
 (0)