Skip to content

Commit a8fa59c

Browse files
dependabot[bot]gustavosbarreto
authored andcommitted
chore(deps): bump golang.org/x/net from 0.33.0 to 0.38.0
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] <[email protected]>
1 parent 4fb247c commit a8fa59c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ require (
3030
github.com/sirupsen/logrus v1.9.3
3131
github.com/stretchr/testify v1.10.0
3232
github.com/testcontainers/testcontainers-go/modules/redis v0.32.0
33-
golang.org/x/crypto v0.35.0
34-
golang.org/x/sync v0.11.0
35-
golang.org/x/sys v0.30.0
33+
golang.org/x/crypto v0.36.0
34+
golang.org/x/sync v0.12.0
35+
golang.org/x/sys v0.31.0
3636
)
3737

3838
require (
@@ -117,8 +117,8 @@ require (
117117
go.opentelemetry.io/otel/sdk v1.26.0 // indirect
118118
go.opentelemetry.io/otel/trace v1.37.0 // indirect
119119
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
120-
golang.org/x/net v0.33.0 // indirect
121-
golang.org/x/text v0.22.0 // indirect
120+
golang.org/x/net v0.38.0 // indirect
121+
golang.org/x/text v0.23.0 // indirect
122122
golang.org/x/time v0.3.0 // indirect
123123
google.golang.org/protobuf v1.35.2 // indirect
124124
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)