Skip to content

Commit 3362ae3

Browse files
committed
vendor: go.opentelemetry.io/contrib v0.68.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent a1edb22 commit 3362ae3

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require (
4949
github.com/spf13/pflag v1.0.10
5050
github.com/tonistiigi/go-rosetta v0.0.0-20220804170347-3f4430f2d346
5151
github.com/xeipuuv/gojsonschema v1.2.0
52-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0
52+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0
5353
go.opentelemetry.io/otel v1.43.0
5454
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.43.0
5555
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.43.0

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ go.etcd.io/etcd/raft/v3 v3.5.16 h1:zBXA3ZUpYs1AwiLGPafYAKKl/CORn/uaxYDwlNwndAk=
206206
go.etcd.io/etcd/raft/v3 v3.5.16/go.mod h1:P4UP14AxofMJ/54boWilabqqWoW9eLodl6I5GdGzazI=
207207
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
208208
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
209-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 h1:OyrsyzuttWTSur2qN/Lm0m2a8yqyIjUVBZcxFPuXq2o=
210-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0/go.mod h1:C2NGBr+kAB4bk3xtMXfZ94gqFDtg/GkI7e9zqGh5Beg=
209+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 h1:CqXxU8VOmDefoh0+ztfGaymYbhdB/tT3zs79QaZTNGY=
210+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0/go.mod h1:BuhAPThV8PBHBvg8ZzZ/Ok3idOdhWIodywz2xEcRbJo=
211211
go.opentelemetry.io/otel v1.43.0 h1:mYIM03dnh5zfN7HautFE4ieIig9amkNANT+xcVxAj9I=
212212
go.opentelemetry.io/otel v1.43.0/go.mod h1:JuG+u74mvjvcm8vj8pI5XiHy1zDeoCS2LB1spIq7Ay0=
213213
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.43.0 h1:8UQVDcZxOJLtX6gxtDt3vY2WTgvZqMQRzjsqiIHQdkc=

vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv/server.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ go.etcd.io/etcd/raft/v3/raftpb
305305
## explicit; go 1.24.0
306306
go.opentelemetry.io/auto/sdk
307307
go.opentelemetry.io/auto/sdk/internal/telemetry
308-
# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0
308+
# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0
309309
## explicit; go 1.25.0
310310
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
311311
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request

0 commit comments

Comments
 (0)