Skip to content

Commit 4f39d6b

Browse files
Bump golang.org/x/sync from 0.11.0 to 0.14.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.11.0 to 0.14.0. - [Commits](golang/sync@v0.11.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 77ac8b9 commit 4f39d6b

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.23.0
44

55
// Copied from firecracker-containerd
66
replace (
@@ -37,7 +37,7 @@ require (
3737
github.com/vishvananda/netns v0.0.4
3838
github.com/wcharczuk/go-chart v2.0.1+incompatible
3939
golang.org/x/net v0.35.0
40-
golang.org/x/sync v0.11.0
40+
golang.org/x/sync v0.14.0
4141
golang.org/x/sys v0.30.0
4242
gonum.org/v1/gonum v0.15.1
4343
gonum.org/v1/plot v0.15.0

0 commit comments

Comments
 (0)