From 061aa1f02a2190fae1744e58d08febde6218108f Mon Sep 17 00:00:00 2001 From: "csm-release[bot]" <183133423+csm-release[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 09:22:38 +0000 Subject: [PATCH] Update packages to latest released --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 71004f3..123ab88 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.12.0 + github.com/dell/gonvme v1.11.1 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..2ee75cc 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.12.0 h1:hxY9SaJLS/WQiDKQ9Vplguvg6jcF8wqTFGk5VzgFVj8= +github.com/dell/goiscsi v1.12.0/go.mod h1:nMLnEG6QBpouHxFRMxpmJA6X+Nrr3KeN9mr5n2gV+5M= +github.com/dell/gonvme v1.11.1 h1:D6iItc0xYMPm6A4m+2ONnFy/piYy+coQmwgyjNEMVSE= +github.com/dell/gonvme v1.11.1/go.mod h1:3bgVCRevHuVWR4UOV2uv5UksaJP5SiCzrgQZHqihaYA= 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=