File tree 3 files changed +117
-4
lines changed
3 files changed +117
-4
lines changed Original file line number Diff line number Diff line change 1
- module github.com/prometheus /client_golang
1
+ module github.com/Percona-Lab /client_golang
2
2
3
3
go 1.17
4
4
@@ -8,6 +8,7 @@ require (
8
8
github.com/davecgh/go-spew v1.1.1
9
9
github.com/golang/protobuf v1.5.2
10
10
github.com/json-iterator/go v1.1.12
11
+ github.com/prometheus/client_golang v1.12.2
11
12
github.com/prometheus/client_model v0.2.0
12
13
github.com/prometheus/common v0.34.0
13
14
github.com/prometheus/procfs v0.7.3
@@ -18,7 +19,7 @@ require (
18
19
require (
19
20
github.com/jpillora/backoff v1.0.0 // indirect
20
21
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
21
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
22
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
22
23
github.com/modern-go/reflect2 v1.0.2 // indirect
23
24
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
24
25
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
You can’t perform that action at this time.
0 commit comments