Skip to content

Commit 60e6104

Browse files
Bump golang.org/x/net from 0.33.0 to 0.38.0 in /packages/shared
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.38.0. - [Commits](golang/net@v0.33.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71c3baa commit 60e6104

File tree

2 files changed

+51
-35
lines changed

2 files changed

+51
-35
lines changed

packages/shared/go.mod

Lines changed: 11 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.10.0
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
@@ -98,7 +98,7 @@ require (
9898
go.uber.org/multierr v1.6.0 // indirect
9999
golang.org/x/crypto v0.38.0 // indirect
100100
golang.org/x/mod v0.17.0 // indirect
101-
golang.org/x/net v0.33.0 // indirect
101+
golang.org/x/net v0.38.0 // indirect
102102
golang.org/x/oauth2 v0.23.0 // indirect
103103
golang.org/x/sys v0.33.0 // indirect
104104
golang.org/x/text v0.25.0 // indirect
@@ -128,6 +128,15 @@ 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.12.4 // indirect
132+
github.com/bytedance/sonic/loader v0.2.1 // indirect
133+
github.com/cloudwego/base64x v0.1.4 // indirect
134+
github.com/cloudwego/iasm v0.2.0 // indirect
135+
github.com/goccy/go-json v0.10.3 // indirect
136+
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
137+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
138+
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
139+
golang.org/x/arch v0.11.0 // indirect
131140
)
132141

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

0 commit comments

Comments
 (0)