File tree 3 files changed +4
-4
lines changed
internal/node/observability
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ require (
116
116
github.com/muesli/termenv v0.15.2 // indirect
117
117
github.com/oklog/ulid v1.3.1 // indirect
118
118
github.com/opencontainers/go-digest v1.0.0 // indirect
119
- github.com/opencontainers/image-spec v1.0.2 // indirect
119
+ github.com/opencontainers/image-spec v1.1.0 // indirect
120
120
github.com/opentracing/opentracing-go v1.2.0 // indirect
121
121
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
122
122
github.com/prometheus/client_model v0.6.1 // indirect
Original file line number Diff line number Diff line change @@ -296,8 +296,8 @@ github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
296
296
github.com/onsi/gomega v1.33.1 /go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0 =
297
297
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
298
298
github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
299
- github.com/opencontainers/image-spec v1.0.2 h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrBg0D7ufOcFM =
300
- github.com/opencontainers/image-spec v1.0.2 /go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0 =
299
+ github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug =
300
+ github.com/opencontainers/image-spec v1.1.0 /go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM =
301
301
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs =
302
302
github.com/opentracing/opentracing-go v1.2.0 /go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc =
303
303
github.com/openzipkin/zipkin-go v0.1.6 /go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw =
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
"go.opentelemetry.io/otel/metric"
16
16
metricsdk "go.opentelemetry.io/otel/sdk/metric"
17
17
"go.opentelemetry.io/otel/sdk/resource"
18
- semconv "go.opentelemetry.io/otel/semconv/v1.24 .0"
18
+ semconv "go.opentelemetry.io/otel/semconv/v1.25 .0"
19
19
20
20
"github.com/prometheus/client_golang/prometheus/promhttp"
21
21
)
You can’t perform that action at this time.
0 commit comments