Skip to content

Commit

Permalink
Update to latest go modules (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshaySainiDell authored Jul 22, 2024
1 parent 8422f80 commit 6e7fee8
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 @@ -12,11 +12,11 @@ require (
github.com/dell/dell-csi-extensions/migration v1.5.0
github.com/dell/dell-csi-extensions/podmon v1.5.0
github.com/dell/dell-csi-extensions/replication v1.8.0
github.com/dell/gobrick v1.11.1
github.com/dell/gobrick v1.11.2
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/gopowermax/v2 v2.7.0
github.com/fsnotify/fsnotify v1.4.9
github.com/gorilla/mux v1.7.3
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,16 @@ github.com/dell/dell-csi-extensions/podmon v1.5.0 h1:sUzNRc6iUn8QBMb3eUT3h1pYq2h
github.com/dell/dell-csi-extensions/podmon v1.5.0/go.mod h1:sShMyj45zxiHHfihS3p+oc/U5+EoL+XlM3g9y7zCOls=
github.com/dell/dell-csi-extensions/replication v1.8.0 h1:a4pNIRy6+rLss9KiPVqBkNDovSMKBUiDHMlGZqcO5rc=
github.com/dell/dell-csi-extensions/replication v1.8.0/go.mod h1:9AyB/fKd15NLBZd0vXegnw6UOCsQA1ISSXhbEIdovEw=
github.com/dell/gobrick v1.11.1 h1:hpQLYX6q5Z523ajzTTDEenuPYoSd7v8loi0B9RYFBao=
github.com/dell/gobrick v1.11.1/go.mod h1:aR/3EcsFVgnT8+b5bGUtp4smh5Z5eE55RkbV92SMvS4=
github.com/dell/gobrick v1.11.2 h1:91proF4w8qFqoz1EkZWd3dGeM8C+aLHHPcGJd/XLsJI=
github.com/dell/gobrick v1.11.2/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/gopowermax/v2 v2.7.0 h1:qNx58wkMEjkCVQ9w6H0UeUesJZIxo9MZmYww1KV64MA=
github.com/dell/gopowermax/v2 v2.7.0/go.mod h1:Z/DqRsmKztpvgkWnMzm/aHBvdbnoTfpzYhpsSQnLX7k=
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
Expand Down

0 comments on commit 6e7fee8

Please sign in to comment.