Skip to content

Commit d238707

Browse files
committed
tidy
1 parent d6e38a8 commit d238707

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/prometheus/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module go.opentelemetry.io/otel/example/prometheus
33
go 1.22
44

55
require (
6-
github.com/prometheus/client_golang v1.20.3
6+
github.com/prometheus/client_golang v1.20.3-0.20240905192418-c29b98675faa
77
go.opentelemetry.io/otel v1.29.0
88
go.opentelemetry.io/otel/exporters/prometheus v0.51.0
99
go.opentelemetry.io/otel/metric v1.29.0

example/prometheus/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
2121
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
2222
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
2323
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
24-
github.com/prometheus/client_golang v1.20.3 h1:oPksm4K8B+Vt35tUhw6GbSNSgVlVSBH0qELP/7u83l4=
25-
github.com/prometheus/client_golang v1.20.3/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
24+
github.com/prometheus/client_golang v1.20.3-0.20240905192418-c29b98675faa h1:ctySMVzTpeajudISzzYFD/oPnlozC46kvzhpjOWKl4Y=
25+
github.com/prometheus/client_golang v1.20.3-0.20240905192418-c29b98675faa/go.mod h1:6GsnrJPYl1BeX/hJsQQ4FgZXryd3ROFnpPsYXuuD3k0=
2626
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
2727
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
2828
github.com/prometheus/common v0.59.1 h1:LXb1quJHWm1P6wq/U824uxYi4Sg0oGvNeUm1z5dJoX0=

0 commit comments

Comments
 (0)