Skip to content

Commit 0462973

Browse files
Bump the golang group across 1 directory with 2 updates (dell#78)
* Bump the golang group across 1 directory with 2 updates Bumps the golang group with 2 updates in the / directory: [github.com/dell/goiscsi](https://github.com/dell/goiscsi) and [github.com/dell/gonvme](https://github.com/dell/gonvme). Updates `github.com/dell/goiscsi` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/dell/goiscsi/releases) - [Commits](dell/goiscsi@v1.10.0...v1.11.0) Updates `github.com/dell/gonvme` from 1.9.0 to 1.10.1 - [Release notes](https://github.com/dell/gonvme/releases) - [Commits](dell/gonvme@v1.9.0...v1.10.1) --- updated-dependencies: - dependency-name: github.com/dell/goiscsi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/dell/gonvme dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang ... Signed-off-by: dependabot[bot] <[email protected]> * fixed go mod tidy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: niranjan-n1 <[email protected]>
1 parent 6134e85 commit 0462973

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
module github.com/dell/gobrick
22

3-
go 1.23
3+
go 1.23.0
4+
5+
toolchain go1.23.4
46

57
require (
6-
github.com/dell/goiscsi v1.10.0
7-
github.com/dell/gonvme v1.9.0
8+
github.com/dell/goiscsi v1.11.0
9+
github.com/dell/gonvme v1.10.1
810
github.com/golang/mock v1.6.0
911
github.com/sirupsen/logrus v1.9.3
1012
github.com/stretchr/testify v1.10.0

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
22
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
33
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4-
github.com/dell/goiscsi v1.10.0 h1:0U24YZ2aEbjdvcMCx4x8GcXwwonDUwpCjAFP5QJiiXs=
5-
github.com/dell/goiscsi v1.10.0/go.mod h1:uDXlWSh0w5BdLr5XhPKUyNpkJDTc0jmnz/u6QcPkIyA=
6-
github.com/dell/gonvme v1.9.0 h1:r/Gs88+NUKypDwyyoL8wzcx9zsqyVbea+oDnA/PPmiI=
7-
github.com/dell/gonvme v1.9.0/go.mod h1:5IgWNLcuffHzuXSa6YH3APHiET/hROouuj3mg7GPoqQ=
4+
github.com/dell/goiscsi v1.11.0 h1:DkopmZ1HVa/lueAOgQLfl+z9pntjJzCDTm2ljx9wI5k=
5+
github.com/dell/goiscsi v1.11.0/go.mod h1:uDXlWSh0w5BdLr5XhPKUyNpkJDTc0jmnz/u6QcPkIyA=
6+
github.com/dell/gonvme v1.10.1 h1:SNSrp3aI/h2wL0x663iinxrqv5TCNGHgTb/lbYEd+Y4=
7+
github.com/dell/gonvme v1.10.1/go.mod h1:FdClafOpCLMtvGMLgf7n3SPeDnweKV6eYsaD3AA3qsw=
88
github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=
99
github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs=
1010
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)