|
1 | 1 | module github.com/prometheus/client_golang
|
2 | 2 |
|
| 3 | +go 1.17 |
| 4 | + |
3 | 5 | require (
|
4 | 6 | github.com/beorn7/perks v1.0.1
|
5 | 7 | github.com/cespare/xxhash/v2 v2.1.2
|
6 | 8 | github.com/davecgh/go-spew v1.1.1
|
7 | 9 | github.com/golang/protobuf v1.5.2
|
8 |
| - github.com/jpillora/backoff v1.0.0 // indirect |
9 | 10 | github.com/json-iterator/go v1.1.12
|
10 | 11 | github.com/prometheus/client_model v0.2.0
|
11 | 12 | github.com/prometheus/common v0.34.0
|
12 | 13 | github.com/prometheus/procfs v0.7.3
|
13 |
| - golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886 |
| 14 | + golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a |
14 | 15 | google.golang.org/protobuf v1.28.0
|
15 | 16 | )
|
16 | 17 |
|
17 |
| -exclude github.com/prometheus/client_golang v1.12.1 |
| 18 | +require ( |
| 19 | + github.com/jpillora/backoff v1.0.0 // indirect |
| 20 | + 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/reflect2 v1.0.2 // indirect |
| 23 | + github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect |
| 24 | + golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect |
| 25 | + golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect |
| 26 | + golang.org/x/text v0.3.7 // indirect |
| 27 | + google.golang.org/appengine v1.6.6 // indirect |
| 28 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 29 | +) |
18 | 30 |
|
19 |
| -go 1.16 |
| 31 | +exclude github.com/prometheus/client_golang v1.12.1 |
0 commit comments