Skip to content

Commit 163bf1e

Browse files
Bump k8s.io/cri-api from 0.25.0 to 0.33.1
Bumps [k8s.io/cri-api](https://github.com/kubernetes/cri-api) from 0.25.0 to 0.33.1. - [Commits](kubernetes/cri-api@v0.25.0...v0.33.1) --- updated-dependencies: - dependency-name: k8s.io/cri-api dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 77ac8b9 commit 163bf1e

File tree

2 files changed

+375
-25
lines changed

2 files changed

+375
-25
lines changed

go.mod

Lines changed: 9 additions & 9 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,13 +36,13 @@ 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.38.0
40+
golang.org/x/sync v0.12.0
41+
golang.org/x/sys v0.31.0
4242
gonum.org/v1/gonum v0.15.1
4343
gonum.org/v1/plot v0.15.0
44-
google.golang.org/grpc v1.47.0
45-
k8s.io/cri-api v0.25.0
44+
google.golang.org/grpc v1.68.1
45+
k8s.io/cri-api v0.33.1
4646
)
4747

4848
require (
@@ -66,7 +66,7 @@ require (
6666
github.com/gogo/protobuf v1.3.2 // indirect
6767
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
6868
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
69-
github.com/google/go-cmp v0.6.0 // indirect
69+
github.com/google/go-cmp v0.7.0 // indirect
7070
github.com/klauspost/compress v1.15.6 // indirect
7171
github.com/mdlayher/netlink v1.7.3-0.20250113171957-fbb4dce95f42 // indirect
7272
github.com/mdlayher/socket v0.5.0 // indirect
@@ -80,8 +80,8 @@ 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.23.0 // indirect
8484
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect
85-
google.golang.org/protobuf v1.33.0 // indirect
85+
google.golang.org/protobuf v1.36.5 // indirect
8686
gopkg.in/yaml.v3 v3.0.1 // indirect
8787
)

0 commit comments

Comments
 (0)