Skip to content

Commit

Permalink
Bump the golang group across 1 directory with 2 updates (#78)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* fixed go mod tidy

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: niranjan-n1 <niranjan.n1@dell.com>
  • Loading branch information
dependabot[bot] and niranjan-n1 authored Jan 15, 2025
1 parent 6134e85 commit 0462973
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
module github.com/dell/gobrick

go 1.23
go 1.23.0

toolchain go1.23.4

require (
github.com/dell/goiscsi v1.10.0
github.com/dell/gonvme v1.9.0
github.com/dell/goiscsi v1.11.0
github.com/dell/gonvme v1.10.1
github.com/golang/mock v1.6.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.10.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
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.10.0 h1:0U24YZ2aEbjdvcMCx4x8GcXwwonDUwpCjAFP5QJiiXs=
github.com/dell/goiscsi v1.10.0/go.mod h1:uDXlWSh0w5BdLr5XhPKUyNpkJDTc0jmnz/u6QcPkIyA=
github.com/dell/gonvme v1.9.0 h1:r/Gs88+NUKypDwyyoL8wzcx9zsqyVbea+oDnA/PPmiI=
github.com/dell/gonvme v1.9.0/go.mod h1:5IgWNLcuffHzuXSa6YH3APHiET/hROouuj3mg7GPoqQ=
github.com/dell/goiscsi v1.11.0 h1:DkopmZ1HVa/lueAOgQLfl+z9pntjJzCDTm2ljx9wI5k=
github.com/dell/goiscsi v1.11.0/go.mod h1:uDXlWSh0w5BdLr5XhPKUyNpkJDTc0jmnz/u6QcPkIyA=
github.com/dell/gonvme v1.10.1 h1:SNSrp3aI/h2wL0x663iinxrqv5TCNGHgTb/lbYEd+Y4=
github.com/dell/gonvme v1.10.1/go.mod h1:FdClafOpCLMtvGMLgf7n3SPeDnweKV6eYsaD3AA3qsw=
github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=
github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit 0462973

Please sign in to comment.