diff --git a/go.mod b/go.mod index 71004f3..91303ab 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/dell/gobrick go 1.25 require ( - github.com/dell/goiscsi v1.12.1-0.20250905060008-55acbdc24de2 - github.com/dell/gonvme v1.11.1-0.20250905062246-29901c861fe6 + github.com/dell/goiscsi v1.13.0 + github.com/dell/gonvme v1.12.0 github.com/golang/mock v1.6.0 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.11.0 diff --git a/go.sum b/go.sum index 83d8702..52fcc6d 100644 --- a/go.sum +++ b/go.sum @@ -1,10 +1,10 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/dell/goiscsi v1.12.1-0.20250905060008-55acbdc24de2 h1:IKmqk3P1pb72SI8ZRC5TxiVAaFe2KF966Ts5IRQygfQ= -github.com/dell/goiscsi v1.12.1-0.20250905060008-55acbdc24de2/go.mod h1:nMLnEG6QBpouHxFRMxpmJA6X+Nrr3KeN9mr5n2gV+5M= -github.com/dell/gonvme v1.11.1-0.20250905062246-29901c861fe6 h1:z+aWRiISy7gKYsXghGZDc5xpnR6/Xz/2UG9i9Bp9vFU= -github.com/dell/gonvme v1.11.1-0.20250905062246-29901c861fe6/go.mod h1:ETLwyr+OG3DYfzdlMKCv5PjeDfj+JIxV2xrbHBTg2lk= +github.com/dell/goiscsi v1.13.0 h1:4+uB+uJQmJ91yN7wy38sLsr5S/lqL3/tVboLOh0sg38= +github.com/dell/goiscsi v1.13.0/go.mod h1:1IPCAavfm6T9BzKS0QYfBlJz7X+AfYPYjH4G84TvJP4= +github.com/dell/gonvme v1.12.0 h1:KLOr+v+1kn/sz26CFTAkFrR1Ti4aZ37i1Mlxp1hBXYs= +github.com/dell/gonvme v1.12.0/go.mod h1:ETLwyr+OG3DYfzdlMKCv5PjeDfj+JIxV2xrbHBTg2lk= github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc= github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=