Skip to content

Commit 0e33cf9

Browse files
Bump github.com/prometheus/client_golang in /examples/middleware
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.13.1 to 1.16.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](v1.13.1...v1.16.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 4abd83d commit 0e33cf9

File tree

2 files changed

+28
-477
lines changed

2 files changed

+28
-477
lines changed

examples/middleware/go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ module github.com/jessicalins/instrumentation-practices-examples/middleware
22

33
go 1.19
44

5-
require github.com/prometheus/client_golang v1.13.1
5+
require github.com/prometheus/client_golang v1.16.0
66

77
require (
88
github.com/beorn7/perks v1.0.1 // indirect
9-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
10-
github.com/golang/protobuf v1.5.2 // indirect
11-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
12-
github.com/prometheus/client_model v0.2.0 // indirect
13-
github.com/prometheus/common v0.37.0 // indirect
14-
github.com/prometheus/procfs v0.8.0 // indirect
15-
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
16-
google.golang.org/protobuf v1.28.1 // indirect
9+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
10+
github.com/golang/protobuf v1.5.3 // indirect
11+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
12+
github.com/prometheus/client_model v0.3.0 // indirect
13+
github.com/prometheus/common v0.42.0 // indirect
14+
github.com/prometheus/procfs v0.10.1 // indirect
15+
golang.org/x/sys v0.8.0 // indirect
16+
google.golang.org/protobuf v1.30.0 // indirect
1717
)

0 commit comments

Comments
 (0)