Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/vhive-serverless/vhive

go 1.22.9
go 1.24.0

// Copied from firecracker-containerd
replace (
Expand Down Expand Up @@ -36,9 +36,9 @@ require (
github.com/vishvananda/netlink v1.3.0
github.com/vishvananda/netns v0.0.4
github.com/wcharczuk/go-chart v2.0.1+incompatible
golang.org/x/net v0.35.0
golang.org/x/sync v0.11.0
golang.org/x/sys v0.30.0
golang.org/x/net v0.44.0
golang.org/x/sync v0.17.0
golang.org/x/sys v0.36.0
gonum.org/v1/gonum v0.15.1
gonum.org/v1/plot v0.15.0
google.golang.org/grpc v1.47.0
Expand Down Expand Up @@ -80,7 +80,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/image v0.21.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/text v0.29.0 // indirect
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading
Loading