Skip to content

Commit 4b27011

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

File tree

2 files changed

+353
-6
lines changed

2 files changed

+353
-6
lines changed

go.mod

Lines changed: 2 additions & 2 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 (
@@ -38,7 +38,7 @@ require (
3838
github.com/wcharczuk/go-chart v2.0.1+incompatible
3939
golang.org/x/net v0.35.0
4040
golang.org/x/sync v0.11.0
41-
golang.org/x/sys v0.30.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

0 commit comments

Comments
 (0)