Skip to content

Commit

Permalink
Bump github.com/prometheus/client_golang to v1.11.1 in examples/prome…
Browse files Browse the repository at this point in the history
…theus-federation/prom-counter/go.mod (open-telemetry#2562)
  • Loading branch information
jeffreyc-splunk authored Feb 15, 2023
1 parent fdd35a5 commit 8768a8e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 320 deletions.
5 changes: 3 additions & 2 deletions examples/prometheus-federation/prom-counter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_golang v1.10.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.18.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
go.opentelemetry.io/otel/sdk v0.20.0 // indirect
go.opentelemetry.io/otel/sdk/export/metric v0.20.0 // indirect
Expand All @@ -25,12 +25,13 @@ require (
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/sys v0.4.0 // indirect
google.golang.org/protobuf v1.23.0 // indirect
google.golang.org/protobuf v1.26.0-rc.1 // indirect
)

replace (
github.com/dgrijalva/jwt-go => github.com/form3tech-oss/jwt-go v3.2.5+incompatible
github.com/form3tech-oss/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.3
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.11.1
golang.org/x/crypto => golang.org/x/crypto v0.5.0
gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.0
)
Loading

0 comments on commit 8768a8e

Please sign in to comment.