Skip to content

Commit fa04b7b

Browse files
authored
Merge pull request #1328 from prometheus/dependabot/go_modules/examples/middleware/github.com/prometheus/client_golang-1.16.0
Bump github.com/prometheus/client_golang from 1.13.1 to 1.16.0 in /examples/middleware
2 parents adb0180 + 0e33cf9 commit fa04b7b

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)