Skip to content

Commit 128f6fc

Browse files
build(deps): bump golang.org/x/net in the golang-x group
Bumps the golang-x group with 1 update: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.37.0 to 0.38.0 - [Commits](golang/net@v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-x ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 95717e1 commit 128f6fc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ module github.com/lima-vm/lima
33

44
go 1.23.0
55

6+
toolchain go1.24.1
7+
68
require (
79
al.essio.dev/pkg/shellescape v1.6.0
810
github.com/AlecAivazis/survey/v2 v2.3.7
@@ -43,7 +45,7 @@ require (
4345
github.com/spf13/cobra v1.9.1 // gomodjail:unconfined
4446
github.com/spf13/pflag v1.0.6
4547
github.com/wk8/go-ordered-map/v2 v2.1.8
46-
golang.org/x/net v0.37.0
48+
golang.org/x/net v0.38.0
4749
golang.org/x/sync v0.12.0
4850
golang.org/x/sys v0.31.0 // gomodjail:unconfined
4951
golang.org/x/text v0.23.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
319319
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
320320
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
321321
golang.org/x/net v0.18.0/go.mod h1:/czyP5RqHAH4odGYxBJ1qz0+CE5WZ+2j1YgoEo8F2jQ=
322-
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
323-
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
322+
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
323+
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
324324
golang.org/x/oauth2 v0.25.0 h1:CY4y7XT9v0cRI9oupztF8AgiIu99L/ksR/Xp/6jrZ70=
325325
golang.org/x/oauth2 v0.25.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
326326
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)