From 3f7c68d1fe6df7b97c1b2d8c3d27b3a92ae2f808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:22:31 +0000 Subject: [PATCH] chore(deps): bump golang.org/x/sys from 0.35.0 to 0.39.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.35.0 to 0.39.0. - [Commits](https://github.com/golang/sys/compare/v0.35.0...v0.39.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index bb2f8ee..96f7d04 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/blacktop/go-hypervisor go 1.25 -require golang.org/x/sys v0.35.0 +require golang.org/x/sys v0.39.0 diff --git a/go.sum b/go.sum index 5ace7b9..42ca247 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI= -golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k= +golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk= +golang.org/x/sys v0.39.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=