Skip to content

Commit 9aca2d7

Browse files
authored
Merge pull request #775 from Altinity/dependabot/go_modules/golang.org/x/net-0.38.0
Bump golang.org/x/net from 0.37.0 to 0.38.0
2 parents 234b6d8 + 27a4eea commit 9aca2d7

File tree

2 files changed

+7
-98
lines changed

2 files changed

+7
-98
lines changed

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ require (
1919
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2020
github.com/cheekybits/genny v1.0.0 // indirect
2121
github.com/chromedp/cdproto v0.0.0-20220208224320-6efb837e6bc2 // indirect
22-
github.com/chromedp/sysutil v1.1.0 // indirect
2322
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
2423
github.com/davecgh/go-spew v1.1.1 // indirect
2524
github.com/elazarl/goproxy v1.7.2 // indirect
2625
github.com/fatih/color v1.18.0 // indirect
2726
github.com/getkin/kin-openapi v0.130.0 // indirect
28-
github.com/go-json-experiment/json v0.0.0-20250223041408-d3c622f1b874 // indirect
2927
github.com/go-logr/logr v1.4.2 // indirect
3028
github.com/go-logr/stdr v1.2.2 // indirect
3129
github.com/go-openapi/jsonpointer v0.21.1 // indirect
@@ -90,7 +88,7 @@ require (
9088
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
9189
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
9290
golang.org/x/mod v0.24.0 // indirect
93-
golang.org/x/net v0.37.0 // indirect
91+
golang.org/x/net v0.38.0 // indirect
9492
golang.org/x/sys v0.31.0 // indirect
9593
golang.org/x/text v0.23.0 // indirect
9694
golang.org/x/tools v0.31.0 // indirect

0 commit comments

Comments
 (0)