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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down