File tree Expand file tree Collapse file tree 2 files changed +28
-477
lines changed Expand file tree Collapse file tree 2 files changed +28
-477
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ module github.com/jessicalins/instrumentation-practices-examples/middleware
2
2
3
3
go 1.19
4
4
5
- require github.com/prometheus/client_golang v1.13.1
5
+ require github.com/prometheus/client_golang v1.16.0
6
6
7
7
require (
8
8
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
17
17
)
You can’t perform that action at this time.
0 commit comments