Skip to content

Commit

Permalink
Merge pull request #336 from dell/gomodupdate
Browse files Browse the repository at this point in the history
Updating package
  • Loading branch information
adarsh-dell authored Jul 22, 2024
2 parents a32d586 + b1d4a13 commit 8734a44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ require (
github.com/dell/dell-csi-extensions/podmon v1.5.0
github.com/dell/dell-csi-extensions/replication v1.8.0
github.com/dell/dell-csi-extensions/volumeGroupSnapshot v1.6.0
github.com/dell/gobrick v1.11.0
github.com/dell/gobrick v1.11.3
github.com/dell/gocsi v1.11.0
github.com/dell/gofsutil v1.16.0
github.com/dell/gofsutil v1.16.1
github.com/dell/goiscsi v1.9.0
github.com/dell/gonvme v1.8.0
github.com/dell/gonvme v1.8.1
github.com/dell/gopowerstore v1.15.1
github.com/fsnotify/fsnotify v1.7.0
github.com/go-openapi/strfmt v0.23.0
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,16 @@ github.com/dell/dell-csi-extensions/replication v1.8.0 h1:a4pNIRy6+rLss9KiPVqBkN
github.com/dell/dell-csi-extensions/replication v1.8.0/go.mod h1:9AyB/fKd15NLBZd0vXegnw6UOCsQA1ISSXhbEIdovEw=
github.com/dell/dell-csi-extensions/volumeGroupSnapshot v1.6.0 h1:QDSkjBwoRsENWz0cvnEzOSYzwgsibvqXRv+OFUtHsxM=
github.com/dell/dell-csi-extensions/volumeGroupSnapshot v1.6.0/go.mod h1:MSItyMKIc5oCbqc28v73AbpbmP+rJID+KQgjv0ZpRrY=
github.com/dell/gobrick v1.11.0 h1:oOU+lVYWQfwu3n03eCAQLdf7/TcTm+LOMGESjptm7kY=
github.com/dell/gobrick v1.11.0/go.mod h1:aR/3EcsFVgnT8+b5bGUtp4smh5Z5eE55RkbV92SMvS4=
github.com/dell/gobrick v1.11.3 h1:v81uD3qoDovCe6pE79cUrFOlov+XJJDaTKCfb+Q8sCE=
github.com/dell/gobrick v1.11.3/go.mod h1:+qnDjbft08dV0s5BWG/R6KUFnS3nxJRqfALV1ficbWI=
github.com/dell/gocsi v1.11.0 h1:P84VOPd1V55JQjx4tfd/6QOlVQRQkYUqmGqbzPKeyUQ=
github.com/dell/gocsi v1.11.0/go.mod h1:LzGAsEIjBxVXJuabzsG3/MsdCOczxDE1IWOBxzXIUhw=
github.com/dell/gofsutil v1.16.0 h1:SjT8/zl+3fTPbTT432Y0H/vEhjbkK14PlqdapRPLKTo=
github.com/dell/gofsutil v1.16.0/go.mod h1:bZ43qAOqKzGJxCRvkTVD7GCFMNkK37ur84mmMuxQshE=
github.com/dell/gofsutil v1.16.1 h1:BzdxMdIDgKzinlYyi5G3pi27Jw0cmtqRHM5UsIkoE+w=
github.com/dell/gofsutil v1.16.1/go.mod h1:bZ43qAOqKzGJxCRvkTVD7GCFMNkK37ur84mmMuxQshE=
github.com/dell/goiscsi v1.9.0 h1:VvMHbAO4vk80oc/TAbQPYlxysscCqVBW78GyPoUxgik=
github.com/dell/goiscsi v1.9.0/go.mod h1:NI/W/0O1UrMW2zVdMxy4z395Jn0r7utH6RQDFSZiFyQ=
github.com/dell/gonvme v1.8.0 h1:1/hlkUQ9s1ITbsIDMcHNIVRDjWeXnF8eNQw/eWT/mSI=
github.com/dell/gonvme v1.8.0/go.mod h1:ajbuF+fswq+ty2tRTG5FN4ecIMJsG7aDu/bkMynTKAs=
github.com/dell/gonvme v1.8.1 h1:46M5lPqj7+Xjen+qxooRN9cx/+uJG4xtK9TpwduWDgE=
github.com/dell/gonvme v1.8.1/go.mod h1:ajbuF+fswq+ty2tRTG5FN4ecIMJsG7aDu/bkMynTKAs=
github.com/dell/gopowerstore v1.15.1 h1:m7pxlXqakt6ILy1W35VzXobOsvPOWIOImdhHBa8R38E=
github.com/dell/gopowerstore v1.15.1/go.mod h1:6oAr11lwtpjmlE+s+pDKx7qfQ1HvLFWtlFoNdI03ByQ=
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
Expand Down

0 comments on commit 8734a44

Please sign in to comment.