Skip to content

Commit 9128d48

Browse files
Bump go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
Bumps [go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.49.0 to 0.54.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.49.0...zpages/v0.54.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e00c798 commit 9128d48

File tree

557 files changed

+149978
-62821
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

557 files changed

+149978
-62821
lines changed

go.mod

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ require (
1919
github.com/gin-contrib/cors v1.7.1
2020
github.com/gin-contrib/pprof v1.4.0
2121
github.com/gin-contrib/zap v1.1.1
22-
github.com/gin-gonic/gin v1.9.1
22+
github.com/gin-gonic/gin v1.10.0
2323
github.com/go-jet/jet/v2 v2.11.1
24-
github.com/go-playground/validator/v10 v10.19.0
24+
github.com/go-playground/validator/v10 v10.22.0
2525
github.com/go-redis/redis/v8 v8.11.5
2626
github.com/golang-jwt/jwt/v4 v4.5.0
2727
github.com/golang-migrate/migrate/v4 v4.17.1
@@ -49,13 +49,13 @@ require (
4949
github.com/swaggest/jsonschema-go v0.3.72
5050
github.com/swaggest/openapi-go v0.2.53
5151
github.com/zitadel/oidc/v2 v2.12.0
52-
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.49.0
52+
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.54.0
5353
go.opentelemetry.io/contrib/propagators/jaeger v1.27.0
54-
go.opentelemetry.io/otel v1.27.0
54+
go.opentelemetry.io/otel v1.29.0
5555
go.opentelemetry.io/otel/exporters/jaeger v1.17.0
5656
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.27.0
5757
go.opentelemetry.io/otel/sdk v1.27.0
58-
go.opentelemetry.io/otel/trace v1.27.0
58+
go.opentelemetry.io/otel/trace v1.29.0
5959
go.uber.org/zap v1.27.0
6060
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81
6161
golang.org/x/sync v0.8.0
@@ -67,12 +67,13 @@ require (
6767
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect
6868
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
6969
github.com/beorn7/perks v1.0.1 // indirect
70-
github.com/bytedance/sonic v1.11.3 // indirect
71-
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
72-
github.com/chenzhuoyu/iasm v0.9.1 // indirect
70+
github.com/bytedance/sonic v1.12.1 // indirect
71+
github.com/bytedance/sonic/loader v0.2.0 // indirect
72+
github.com/cloudwego/base64x v0.1.4 // indirect
73+
github.com/cloudwego/iasm v0.2.0 // indirect
7374
github.com/dprotaso/go-yit v0.0.0-20240618133044-5a0af90af097 // indirect
74-
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
75-
github.com/go-logr/logr v1.4.1 // indirect
75+
github.com/gabriel-vasile/mimetype v1.4.5 // indirect
76+
github.com/go-logr/logr v1.4.2 // indirect
7677
github.com/go-logr/stdr v1.2.2 // indirect
7778
github.com/gobwas/glob v0.2.3 // indirect
7879
github.com/gorilla/schema v1.2.1 // indirect
@@ -83,7 +84,7 @@ require (
8384
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
8485
github.com/jackc/pgtype v1.14.3 // indirect
8586
github.com/jackc/puddle/v2 v2.2.1 // indirect
86-
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
87+
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
8788
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
8889
github.com/muhlemmer/gu v0.3.1 // indirect
8990
github.com/muhlemmer/httpforwarded v0.1.0 // indirect
@@ -101,8 +102,8 @@ require (
101102
github.com/vmware-labs/yaml-jsonpath v0.3.2 // indirect
102103
github.com/yuin/gopher-lua v1.1.1 // indirect
103104
github.com/zitadel/logging v0.6.0 // indirect
104-
go.opentelemetry.io/otel/metric v1.27.0 // indirect
105-
golang.org/x/arch v0.7.0 // indirect
105+
go.opentelemetry.io/otel/metric v1.29.0 // indirect
106+
golang.org/x/arch v0.9.0 // indirect
106107
golang.org/x/oauth2 v0.18.0 // indirect
107108
google.golang.org/appengine v1.6.8 // indirect
108109
google.golang.org/genproto/googleapis/rpc v0.0.0-20240412170617-26222e5d3d56 // indirect
@@ -120,7 +121,7 @@ require (
120121
github.com/go-openapi/swag v0.23.0 // indirect
121122
github.com/go-playground/locales v0.14.1 // indirect
122123
github.com/go-playground/universal-translator v0.18.1 // indirect
123-
github.com/goccy/go-json v0.10.2 // indirect
124+
github.com/goccy/go-json v0.10.3 // indirect
124125
github.com/golang/protobuf v1.5.4 // indirect
125126
github.com/gorilla/mux v1.8.1 // indirect
126127
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -136,7 +137,7 @@ require (
136137
github.com/mattn/go-isatty v0.0.20 // indirect
137138
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
138139
github.com/modern-go/reflect2 v1.0.2 // indirect
139-
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
140+
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
140141
github.com/pmezard/go-difflib v1.0.0 // indirect
141142
github.com/ugorji/go/codec v1.2.12 // indirect
142143
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.50.0
@@ -145,11 +146,11 @@ require (
145146
golang.org/x/crypto v0.26.0 // indirect
146147
golang.org/x/mod v0.20.0 // indirect
147148
golang.org/x/net v0.28.0 // indirect
148-
golang.org/x/sys v0.23.0 // indirect
149+
golang.org/x/sys v0.24.0 // indirect
149150
golang.org/x/time v0.5.0
150151
golang.org/x/tools v0.24.0
151152
google.golang.org/grpc v1.63.2
152-
google.golang.org/protobuf v1.34.1
153+
google.golang.org/protobuf v1.34.2
153154
gopkg.in/yaml.v2 v2.4.0
154155
gopkg.in/yaml.v3 v3.0.1
155156
)

0 commit comments

Comments
 (0)