Skip to content

Commit fd579c1

Browse files
Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.1 in /packages/shared
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 to 1.9.1. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.7.7...v1.9.1) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-version: 1.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bff62bc commit fd579c1

File tree

2 files changed

+46
-33
lines changed

2 files changed

+46
-33
lines changed

packages/shared/go.mod

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/bits-and-blooms/bitset v1.17.0
1515
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
1616
github.com/dchest/uniuri v1.2.0
17-
github.com/gin-gonic/gin v1.7.7
17+
github.com/gin-gonic/gin v1.9.1
1818
github.com/go-openapi/errors v0.20.4
1919
github.com/go-openapi/runtime v0.26.0
2020
github.com/go-openapi/strfmt v0.21.7
@@ -27,7 +27,7 @@ require (
2727
github.com/orcaman/concurrent-map/v2 v2.0.1
2828
github.com/rs/zerolog v1.33.0
2929
github.com/stretchr/testify v1.10.0
30-
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.57.0
30+
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.51.0
3131
go.opentelemetry.io/otel v1.32.0 // Compatible with otelgin v0.46.1
3232
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0
3333
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0
@@ -128,6 +128,13 @@ require (
128128
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.29.1 // indirect
129129
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17 // indirect
130130
github.com/aws/smithy-go v1.22.2 // indirect
131+
github.com/bytedance/sonic v1.9.1 // indirect
132+
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
133+
github.com/goccy/go-json v0.10.2 // indirect
134+
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
135+
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
136+
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
137+
golang.org/x/arch v0.3.0 // indirect
131138
)
132139

133140
// Using older versions directly in requirements to avoid dependency conflicts

0 commit comments

Comments
 (0)