File tree Expand file tree Collapse file tree 2 files changed +12
-320
lines changed
examples/prometheus-federation/prom-counter Expand file tree Collapse file tree 2 files changed +12
-320
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
17
17
github.com/prometheus/client_golang v1.10.0 // indirect
18
18
github.com/prometheus/client_model v0.2.0 // indirect
19
- github.com/prometheus/common v0.18 .0 // indirect
19
+ github.com/prometheus/common v0.26 .0 // indirect
20
20
github.com/prometheus/procfs v0.6.0 // indirect
21
21
go.opentelemetry.io/otel/sdk v0.20.0 // indirect
22
22
go.opentelemetry.io/otel/sdk/export/metric v0.20.0 // indirect
@@ -25,12 +25,13 @@ require (
25
25
go.uber.org/atomic v1.7.0 // indirect
26
26
go.uber.org/multierr v1.6.0 // indirect
27
27
golang.org/x/sys v0.4.0 // indirect
28
- google.golang.org/protobuf v1.23.0 // indirect
28
+ google.golang.org/protobuf v1.26.0-rc.1 // indirect
29
29
)
30
30
31
31
replace (
32
32
github.com/dgrijalva/jwt-go => github.com/form3tech-oss/jwt-go v3.2.5+incompatible
33
33
github.com/form3tech-oss/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.3
34
+ github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.11.1
34
35
golang.org/x/crypto => golang.org/x/crypto v0.5.0
35
36
gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.0
36
37
)
You can’t perform that action at this time.
0 commit comments