Skip to content

Commit 6738171

Browse files
Bump github.com/jaypipes/ghw from 0.19.1 to 0.20.0
Bumps [github.com/jaypipes/ghw](https://github.com/jaypipes/ghw) from 0.19.1 to 0.20.0. - [Release notes](https://github.com/jaypipes/ghw/releases) - [Commits](jaypipes/ghw@v0.19.1...v0.20.0) --- updated-dependencies: - dependency-name: github.com/jaypipes/ghw dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1d980d commit 6738171

File tree

8 files changed

+24
-7
lines changed

8 files changed

+24
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/distribution/distribution v2.8.1+incompatible
1212
github.com/google/go-containerregistry v0.20.3
1313
github.com/hashicorp/go-multierror v1.1.1
14-
github.com/jaypipes/ghw v0.19.1
14+
github.com/jaypipes/ghw v0.20.0
1515
github.com/joho/godotenv v1.5.1
1616
github.com/mitchellh/mapstructure v1.5.0
1717
github.com/onsi/ginkgo/v2 v2.27.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ github.com/itchyny/gojq v0.12.16 h1:yLfgLxhIr/6sJNVmYfQjTIv0jGctu6/DgDoivmxTr7g=
153153
github.com/itchyny/gojq v0.12.16/go.mod h1:6abHbdC2uB9ogMS38XsErnfqJ94UlngIJGlRAIj4jTM=
154154
github.com/itchyny/timefmt-go v0.1.6 h1:ia3s54iciXDdzWzwaVKXZPbiXzxxnv1SPGFfM/myJ5Q=
155155
github.com/itchyny/timefmt-go v0.1.6/go.mod h1:RRDZYC5s9ErkjQvTvvU7keJjxUYzIISJGxm9/mAERQg=
156-
github.com/jaypipes/ghw v0.19.1 h1:Lhybk6aadgEJqIxeS0h07UOL/EgMGIdxbAy6V8J7RgY=
157-
github.com/jaypipes/ghw v0.19.1/go.mod h1:GPrvwbtPoxYUenr74+nAnWbardIZq600vJDD5HnPsPE=
156+
github.com/jaypipes/ghw v0.20.0 h1:8efvHHtyrj0P4qVZ9KE43iW9tMThKoh6dEOo38f3a4w=
157+
github.com/jaypipes/ghw v0.20.0/go.mod h1:GPrvwbtPoxYUenr74+nAnWbardIZq600vJDD5HnPsPE=
158158
github.com/jaypipes/pcidb v1.1.1 h1:QmPhpsbmmnCwZmHeYAATxEaoRuiMAJusKYkUncMC0ro=
159159
github.com/jaypipes/pcidb v1.1.1/go.mod h1:x27LT2krrUgjf875KxQXKB0Ha/YXLdZRVmw6hH0G7g8=
160160
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=

vendor/github.com/jaypipes/ghw/pkg/block/block.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jaypipes/ghw/pkg/block/block_windows.go

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jaypipes/ghw/pkg/pci/pci.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jaypipes/ghw/pkg/pci/pci_linux.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jaypipes/ghw/pkg/snapshot/clonetree_pci_linux.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ github.com/itchyny/gojq
252252
# github.com/itchyny/timefmt-go v0.1.6
253253
## explicit; go 1.20
254254
github.com/itchyny/timefmt-go
255-
# github.com/jaypipes/ghw v0.19.1
255+
# github.com/jaypipes/ghw v0.20.0
256256
## explicit; go 1.21
257257
github.com/jaypipes/ghw
258258
github.com/jaypipes/ghw/pkg/accelerator

0 commit comments

Comments
 (0)