Skip to content

Commit 140d1be

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 d7b73fb commit 140d1be

File tree

665 files changed

+156794
-64264
lines changed

Some content is hidden

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

665 files changed

+156794
-64264
lines changed

go.mod

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ require (
2121
github.com/gin-contrib/cors v1.7.1
2222
github.com/gin-contrib/pprof v1.4.0
2323
github.com/gin-contrib/zap v1.1.1
24-
github.com/gin-gonic/gin v1.9.1
24+
github.com/gin-gonic/gin v1.10.0
2525
github.com/go-jet/jet/v2 v2.11.1
26-
github.com/go-playground/validator/v10 v10.19.0
26+
github.com/go-playground/validator/v10 v10.22.0
2727
github.com/go-redis/redis/v8 v8.11.5
2828
github.com/golang-jwt/jwt/v4 v4.5.0
2929
github.com/golang-migrate/migrate/v4 v4.17.1
@@ -50,29 +50,30 @@ require (
5050
github.com/swaggest/jsonschema-go v0.3.70
5151
github.com/swaggest/openapi-go v0.2.50
5252
github.com/zitadel/oidc/v2 v2.12.0
53-
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.49.0
53+
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.54.0
5454
go.opentelemetry.io/contrib/propagators/jaeger v1.27.0
55-
go.opentelemetry.io/otel v1.27.0
55+
go.opentelemetry.io/otel v1.29.0
5656
go.opentelemetry.io/otel/exporters/jaeger v1.17.0
5757
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.27.0
5858
go.opentelemetry.io/otel/sdk v1.27.0
59-
go.opentelemetry.io/otel/trace v1.27.0
59+
go.opentelemetry.io/otel/trace v1.29.0
6060
go.uber.org/zap v1.27.0
6161
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81
62-
golang.org/x/sync v0.7.0
63-
golang.org/x/text v0.14.0
62+
golang.org/x/sync v0.8.0
63+
golang.org/x/text v0.17.0
6464
mvdan.cc/gofumpt v0.6.0
6565
)
6666

6767
require (
6868
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // indirect
6969
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
7070
github.com/beorn7/perks v1.0.1 // indirect
71-
github.com/bytedance/sonic v1.11.3 // indirect
72-
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
73-
github.com/chenzhuoyu/iasm v0.9.1 // indirect
74-
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
75-
github.com/go-logr/logr v1.4.1 // indirect
71+
github.com/bytedance/sonic v1.12.1 // indirect
72+
github.com/bytedance/sonic/loader v0.2.0 // indirect
73+
github.com/cloudwego/base64x v0.1.4 // indirect
74+
github.com/cloudwego/iasm v0.2.0 // 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
@@ -99,8 +100,8 @@ require (
99100
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
100101
github.com/yuin/gopher-lua v1.1.1 // indirect
101102
github.com/zitadel/logging v0.6.0 // indirect
102-
go.opentelemetry.io/otel/metric v1.27.0 // indirect
103-
golang.org/x/arch v0.7.0 // indirect
103+
go.opentelemetry.io/otel/metric v1.29.0 // indirect
104+
golang.org/x/arch v0.9.0 // indirect
104105
golang.org/x/oauth2 v0.18.0 // indirect
105106
google.golang.org/appengine v1.6.8 // indirect
106107
google.golang.org/genproto/googleapis/rpc v0.0.0-20240412170617-26222e5d3d56 // indirect
@@ -118,7 +119,7 @@ require (
118119
github.com/go-openapi/swag v0.23.0 // indirect
119120
github.com/go-playground/locales v0.14.1 // indirect
120121
github.com/go-playground/universal-translator v0.18.1 // indirect
121-
github.com/goccy/go-json v0.10.2 // indirect
122+
github.com/goccy/go-json v0.10.3 // indirect
122123
github.com/golang/protobuf v1.5.4 // indirect
123124
github.com/gorilla/mux v1.8.1 // indirect
124125
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -134,20 +135,20 @@ require (
134135
github.com/mattn/go-isatty v0.0.20 // indirect
135136
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
136137
github.com/modern-go/reflect2 v1.0.2 // indirect
137-
github.com/pelletier/go-toml/v2 v2.2.0 // indirect
138+
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
138139
github.com/pmezard/go-difflib v1.0.0 // indirect
139140
github.com/ugorji/go/codec v1.2.12 // indirect
140141
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.50.0
141142
go.uber.org/atomic v1.11.0 // indirect
142143
go.uber.org/multierr v1.11.0 // indirect
143-
golang.org/x/crypto v0.22.0 // indirect
144+
golang.org/x/crypto v0.26.0 // indirect
144145
golang.org/x/mod v0.17.0 // indirect
145-
golang.org/x/net v0.24.0 // indirect
146-
golang.org/x/sys v0.20.0 // indirect
146+
golang.org/x/net v0.28.0 // indirect
147+
golang.org/x/sys v0.24.0 // indirect
147148
golang.org/x/time v0.5.0
148-
golang.org/x/tools v0.20.0
149+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
149150
google.golang.org/grpc v1.63.2
150-
google.golang.org/protobuf v1.34.1
151+
google.golang.org/protobuf v1.34.2
151152
gopkg.in/yaml.v2 v2.4.0
152153
gopkg.in/yaml.v3 v3.0.1
153154
)

0 commit comments

Comments
 (0)