Skip to content

Commit

Permalink
Updated go mod references for dell libraries (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshatdell authored Sep 5, 2023
1 parent 297a0e4 commit 35a4cb1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.21

require (
github.com/bombsimon/logrusr/v4 v4.0.0
github.com/dell/dell-csi-extensions/common v1.1.3-0.20230821201344-ea25f89d957e
github.com/dell/dell-csi-extensions/migration v1.1.2-0.20230821201344-ea25f89d957e
github.com/dell/dell-csi-extensions/replication v1.4.1-0.20230821201344-ea25f89d957e
github.com/dell/gobrick v1.8.0
github.com/dell/dell-csi-extensions/common v1.2.0
github.com/dell/dell-csi-extensions/migration v1.2.0
github.com/dell/dell-csi-extensions/replication v1.5.0
github.com/dell/gobrick v1.9.0
github.com/fatih/color v1.15.0
github.com/fsnotify/fsnotify v1.6.0
github.com/go-chi/chi v1.5.4
Expand Down Expand Up @@ -37,8 +37,8 @@ require (
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dell/goiscsi v1.7.0 // indirect
github.com/dell/gonvme v1.4.0 // indirect
github.com/dell/goiscsi v1.8.0 // indirect
github.com/dell/gonvme v1.5.0 // indirect
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
Expand Down
24 changes: 12 additions & 12 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,18 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
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/dell-csi-extensions/common v1.1.3-0.20230821201344-ea25f89d957e h1:uaxwRJE62QvACLF/zqHU8NaXMGtCYWTTd8DzVuOcbiE=
github.com/dell/dell-csi-extensions/common v1.1.3-0.20230821201344-ea25f89d957e/go.mod h1:RLDVq6tz2yVzsX804Daopj/JBB147uqH2NKx6O3G0vA=
github.com/dell/dell-csi-extensions/migration v1.1.2-0.20230821201344-ea25f89d957e h1:xOSpWxul1rIreEVQEx/uYiGPiJXnuF/jYVof8KvblGo=
github.com/dell/dell-csi-extensions/migration v1.1.2-0.20230821201344-ea25f89d957e/go.mod h1:NFvvtIXUddsGjIdWKtbh6tCnk7TINU7rLjMXqNz+tzA=
github.com/dell/dell-csi-extensions/replication v1.4.1-0.20230821201344-ea25f89d957e h1:48wwLgv0qO1lVFQAgpKoEaHFeTT7GJtXczD3PPbQSrY=
github.com/dell/dell-csi-extensions/replication v1.4.1-0.20230821201344-ea25f89d957e/go.mod h1:puNHmHJWoWeMNj5NXER7oXZtxVnkWZjFNP8mwK0ev18=
github.com/dell/gobrick v1.8.0 h1:LcrV7XIPcgF8KOS7I/z2YHd3Nwelp7nmO6PxkTr38CY=
github.com/dell/gobrick v1.8.0/go.mod h1:VDRop+1h088TrUadCj1hxhGtl9enLI8Im7UoTniKz3M=
github.com/dell/goiscsi v1.7.0 h1:LL/6v7uaN48Lc8d3G8t/tLZI+EuJGBRQ7NZLgJrg3RQ=
github.com/dell/goiscsi v1.7.0/go.mod h1:l3PNZbHbYKDg50e5kdJWrf5+lOxcM5+8PjMr9HibvLs=
github.com/dell/gonvme v1.4.0 h1:SK94ETt0pYZbaKkRJOcq81TbrzC38ufBX+w4uKwJnks=
github.com/dell/gonvme v1.4.0/go.mod h1:fIu54BDTyIu8JOTXo6Q0BqMF1tOjpO+wKXVXjLReR2o=
github.com/dell/dell-csi-extensions/common v1.2.0 h1:vh6f0qNfHSIGZnT5fZLFOt6ABoQAQDIk64z7f+B3xX0=
github.com/dell/dell-csi-extensions/common v1.2.0/go.mod h1:RLDVq6tz2yVzsX804Daopj/JBB147uqH2NKx6O3G0vA=
github.com/dell/dell-csi-extensions/migration v1.2.0 h1:Q7M2KjPqqi9h0dNSONkoIswIjtp78EPuQ89KXTqKPEs=
github.com/dell/dell-csi-extensions/migration v1.2.0/go.mod h1:NFvvtIXUddsGjIdWKtbh6tCnk7TINU7rLjMXqNz+tzA=
github.com/dell/dell-csi-extensions/replication v1.5.0 h1:xbnWCmNy/nhh6zdBHyM/UqCh/oBfLFwijdBC7UCNANg=
github.com/dell/dell-csi-extensions/replication v1.5.0/go.mod h1:puNHmHJWoWeMNj5NXER7oXZtxVnkWZjFNP8mwK0ev18=
github.com/dell/gobrick v1.9.0 h1:kx69ygz1QV/uCAyIx9pX9gqiwDK7I4WOv5ZUs2zcfPg=
github.com/dell/gobrick v1.9.0/go.mod h1:NK9V+t6LYMWAgHaT4hJiv8FYQdsWzZDz78hir6GAiTI=
github.com/dell/goiscsi v1.8.0 h1:kocGVOdgnufc6eGpfmwP66hyhY7OVgIafaS/+uM6ogU=
github.com/dell/goiscsi v1.8.0/go.mod h1:PTlQGJaGKYgia95mGwwHSBgvfOr3BfLIjGNh1HT6p+s=
github.com/dell/gonvme v1.5.0 h1:n73WeQSFaVOlAqjhtk5T3pbu7eZgMTLpPo8/8JymOJ8=
github.com/dell/gonvme v1.5.0/go.mod h1:7MFbd7lWSaQwR5pf9ZnVZqhkAKkveSwQEO67jDBZuX0=
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
github.com/docker/go-units v0.3.3/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
Expand Down

0 comments on commit 35a4cb1

Please sign in to comment.