From 3d6c3e6a00c95f1050cc9c3aaf1cf31af8415d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 01:42:45 +0000 Subject: [PATCH] Bump github.com/NVIDIA/mig-parted from 0.13.1 to 0.14.0 Bumps [github.com/NVIDIA/mig-parted](https://github.com/NVIDIA/mig-parted) from 0.13.1 to 0.14.0. - [Release notes](https://github.com/NVIDIA/mig-parted/releases) - [Changelog](https://github.com/NVIDIA/mig-parted/blob/main/CHANGELOG.md) - [Commits](https://github.com/NVIDIA/mig-parted/compare/v0.13.1...v0.14.0) --- updated-dependencies: - dependency-name: github.com/NVIDIA/mig-parted dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- vendor/modules.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 87941645..6ecee68f 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.0 require ( github.com/NVIDIA/go-nvlib v0.9.0 - github.com/NVIDIA/mig-parted v0.13.1 + github.com/NVIDIA/mig-parted v0.14.0 github.com/go-playground/validator/v10 v10.30.1 github.com/google/uuid v1.6.0 github.com/sirupsen/logrus v1.9.4 diff --git a/go.sum b/go.sum index f89b2d06..9cc51f80 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/NVIDIA/go-nvlib v0.9.0 h1:GKLIvLJ0uhCtTLLZp2Q8QIDRxOYH45MM4Y5OO3U5Rho github.com/NVIDIA/go-nvlib v0.9.0/go.mod h1:7mzx9FSdO9fXWP9NKuZmWkCwhkEcSWQFe2tmFwtLb9c= github.com/NVIDIA/go-nvml v0.13.0-1 h1:OLX8Jq3dONuPOQPC7rndB6+iDmDakw0XTYgzMxObkEw= github.com/NVIDIA/go-nvml v0.13.0-1/go.mod h1:+KNA7c7gIBH7SKSJ1ntlwkfN80zdx8ovl4hrK3LmPt4= -github.com/NVIDIA/mig-parted v0.13.1 h1:KTAtBGuXGQmB7bF7mULeh7moAWXa3QJu1e9MG/yBq+c= -github.com/NVIDIA/mig-parted v0.13.1/go.mod h1:ng4m1S92YC43hM308FR5sFfx8q/DvVxVZnhKIDL3OHE= +github.com/NVIDIA/mig-parted v0.14.0 h1:6lOaABT5NclvVYXUo8yw7AoI92zEAof3vfDTLnDWp04= +github.com/NVIDIA/mig-parted v0.14.0/go.mod h1:go0kgPBQaD/u1gy8UsWf663kwH9Qjj2qXQbZGuN2ZGI= github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3sHPnBo= github.com/cpuguy83/go-md2man/v2 v2.0.7/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= diff --git a/vendor/modules.txt b/vendor/modules.txt index 411f6082..d2a4b524 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -11,8 +11,8 @@ github.com/NVIDIA/go-nvlib/pkg/pciids github.com/NVIDIA/go-nvml/pkg/dl github.com/NVIDIA/go-nvml/pkg/nvml github.com/NVIDIA/go-nvml/pkg/nvml/mock -# github.com/NVIDIA/mig-parted v0.13.1 -## explicit; go 1.24.0 +# github.com/NVIDIA/mig-parted v0.14.0 +## explicit; go 1.25.0 github.com/NVIDIA/mig-parted/api/spec/v1 github.com/NVIDIA/mig-parted/internal/nvlib/mig github.com/NVIDIA/mig-parted/pkg/types