Skip to content

Commit 3c9a53a

Browse files
authored
Merge pull request #4702 from opencontainers/dependabot/go_modules/golang.org/x/net-0.38.0
build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0
2 parents f3df262 + 0b53626 commit 3c9a53a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/opencontainers/runc
22

33
go 1.23.0
44

5+
toolchain go1.24.1
6+
57
require (
68
github.com/checkpoint-restore/go-criu/v7 v7.2.0
79
github.com/containerd/console v1.0.4
@@ -21,7 +23,7 @@ require (
2123
github.com/sirupsen/logrus v1.9.3
2224
github.com/urfave/cli v1.22.16
2325
github.com/vishvananda/netlink v1.3.0
24-
golang.org/x/net v0.37.0
26+
golang.org/x/net v0.38.0
2527
golang.org/x/sys v0.31.0
2628
google.golang.org/protobuf v1.36.6
2729
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ github.com/vishvananda/netlink v1.3.0 h1:X7l42GfcV4S6E4vHTsw48qbrV+9PVojNfIhZcwQ
7777
github.com/vishvananda/netlink v1.3.0/go.mod h1:i6NetklAujEcC6fK0JPjT8qSwWyO0HLn4UKG+hGqeJs=
7878
github.com/vishvananda/netns v0.0.4 h1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1YX8=
7979
github.com/vishvananda/netns v0.0.4/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM=
80-
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
81-
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
80+
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
81+
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
8282
golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=
8383
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
8484
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ github.com/vishvananda/netlink/nl
9191
# github.com/vishvananda/netns v0.0.4
9292
## explicit; go 1.17
9393
github.com/vishvananda/netns
94-
# golang.org/x/net v0.37.0
94+
# golang.org/x/net v0.38.0
9595
## explicit; go 1.23.0
9696
golang.org/x/net/bpf
9797
# golang.org/x/sys v0.31.0

0 commit comments

Comments
 (0)