Skip to content

Commit 4b92f25

Browse files
Bump golang.org/x/net from 0.35.0 to 0.46.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.46.0. - [Commits](golang/net@v0.35.0...v0.46.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f1b3fc7 commit 4b92f25

File tree

2 files changed

+362
-15
lines changed

2 files changed

+362
-15
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vhive-serverless/vhive
22

3-
go 1.22.9
3+
go 1.24.0
44

55
// Copied from firecracker-containerd
66
replace (
@@ -36,9 +36,9 @@ require (
3636
github.com/vishvananda/netlink v1.3.0
3737
github.com/vishvananda/netns v0.0.4
3838
github.com/wcharczuk/go-chart v2.0.1+incompatible
39-
golang.org/x/net v0.35.0
40-
golang.org/x/sync v0.11.0
41-
golang.org/x/sys v0.30.0
39+
golang.org/x/net v0.46.0
40+
golang.org/x/sync v0.17.0
41+
golang.org/x/sys v0.37.0
4242
gonum.org/v1/gonum v0.15.1
4343
gonum.org/v1/plot v0.15.0
4444
google.golang.org/grpc v1.47.0
@@ -80,7 +80,7 @@ require (
8080
github.com/pmezard/go-difflib v1.0.0 // indirect
8181
go.opencensus.io v0.23.0 // indirect
8282
golang.org/x/image v0.21.0 // indirect
83-
golang.org/x/text v0.22.0 // indirect
83+
golang.org/x/text v0.30.0 // indirect
8484
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect
8585
google.golang.org/protobuf v1.33.0 // indirect
8686
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)