Skip to content

Commit

Permalink
Go mod update (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
satyakonduri authored Nov 29, 2022
1 parent a45099b commit 6153dbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/dell/gobrick
go 1.18

require (
github.com/dell/goiscsi v1.5.0
github.com/dell/goiscsi v1.5.1-0.20221129092433-7ef440459661
github.com/dell/gonvme v1.2.1-0.20221125163719-e388aeb3ebfe
github.com/golang/mock v1.3.1
github.com/sirupsen/logrus v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.5.0 h1:0WRBBbJrrZgPc4lNtzcoPJJvL8vFOJZO2KMjLuWcbxM=
github.com/dell/goiscsi v1.5.0/go.mod h1:oDkUXDPAYqSOc0t6PpU+BpOqF45mzv+9eLFRkAoQYKs=
github.com/dell/goiscsi v1.5.1-0.20221129092433-7ef440459661 h1:wJMTcaWuKqFel2wBIPNgq2iXaZXhjiBXn2znk73LRbU=
github.com/dell/goiscsi v1.5.1-0.20221129092433-7ef440459661/go.mod h1:hNS7UZhjblSykVRHPv8slHNL2RdbR/1rtfKOckld598=
github.com/dell/gonvme v1.2.1-0.20221125163719-e388aeb3ebfe h1:lhTjh4AVZRLz/LoAkHVbtGxr0/THTZTOm5QVDZ6dplw=
github.com/dell/gonvme v1.2.1-0.20221125163719-e388aeb3ebfe/go.mod h1:qVUW4Z4ijkD5xXyn1Fl3h8pMcMBH+GjrvZy4OsQNRYs=
github.com/golang/mock v1.3.1 h1:qGJ6qTW+x6xX/my+8YUVl4WNpX9B7+/l2tRsHGZ7f2s=
Expand Down

0 comments on commit 6153dbe

Please sign in to comment.