Skip to content

Commit f8cce65

Browse files
authored
updates otel semver (#308)
Signed-off-by: Jordan Rash <[email protected]>
1 parent 5b518c5 commit f8cce65

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ require (
116116
github.com/muesli/termenv v0.15.2 // indirect
117117
github.com/oklog/ulid v1.3.1 // indirect
118118
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
120120
github.com/opentracing/opentracing-go v1.2.0 // indirect
121121
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
122122
github.com/prometheus/client_model v0.6.1 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
296296
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
297297
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
298298
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=
301301
github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=
302302
github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc=
303303
github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw=

internal/node/observability/metrics.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"go.opentelemetry.io/otel/metric"
1616
metricsdk "go.opentelemetry.io/otel/sdk/metric"
1717
"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"
1919

2020
"github.com/prometheus/client_golang/prometheus/promhttp"
2121
)

0 commit comments

Comments
 (0)