File tree Expand file tree Collapse file tree 2 files changed +28
-468
lines changed Expand file tree Collapse file tree 2 files changed +28
-468
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ go 1.19
44
55require (
66 github.com/go-resty/resty/v2 v2.7.0
7- github.com/google/go-cmp v0.5.8
8- github.com/prometheus/client_golang v1.13 .0
9- github.com/prometheus/client_model v0.2 .0
7+ github.com/google/go-cmp v0.5.9
8+ github.com/prometheus/client_golang v1.14 .0
9+ github.com/prometheus/client_model v0.3 .0
1010)
1111
1212require (
1313 github.com/beorn7/perks v1.0.1 // indirect
14- github.com/cespare/xxhash/v2 v2.1.2 // indirect
14+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
1515 github.com/golang/protobuf v1.5.2 // indirect
16- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
17- github.com/prometheus/common v0.37 .0 // indirect
18- github.com/prometheus/procfs v0.8 .0 // indirect
19- golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
20- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
16+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
17+ github.com/prometheus/common v0.39 .0 // indirect
18+ github.com/prometheus/procfs v0.9 .0 // indirect
19+ golang.org/x/net v0.5.0 // indirect
20+ golang.org/x/sys v0.4.0 // indirect
2121 google.golang.org/protobuf v1.28.1 // indirect
2222)
You can’t perform that action at this time.
0 commit comments