Skip to content

Commit 1090d0d

Browse files
committed
ghw: consume latest fixes
update to the tip of ghe main branch to pull in the latest fixes, most notably to avoid to leak temporary directories when consuming snapshots: jaypipes/ghw#236 jaypipes/ghw#240 Signed-off-by: Francesco Romani <fromani@redhat.com>
1 parent 02ebaef commit 1090d0d

File tree

10 files changed

+41
-19
lines changed

10 files changed

+41
-19
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/go-openapi/strfmt v0.19.5 // indirect
1919
github.com/go-openapi/swag v0.19.9 // indirect
2020
github.com/go-openapi/validate v0.19.8 // indirect
21-
github.com/jaypipes/ghw v0.7.1-0.20210309000509-b593e32e58a7
21+
github.com/jaypipes/ghw v0.7.1-0.20210419135914-b8b1e31b27f5
2222
github.com/mitchellh/mapstructure v1.2.2 // indirect
2323
github.com/onsi/ginkgo v1.12.1
2424
github.com/onsi/gomega v1.10.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,8 @@ github.com/imdario/mergo v0.3.9/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJ
560560
github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=
561561
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
562562
github.com/ishidawataru/sctp v0.0.0-20190723014705-7c296d48a2b5/go.mod h1:DM4VvS+hD/kDi1U1QsX2fnZowwBhqD0Dk3bRPKF/Oc8=
563-
github.com/jaypipes/ghw v0.7.1-0.20210309000509-b593e32e58a7 h1:APDKkCKIAkoVmI17TZOCDMgZx8zrOBSde1Z476vDzSc=
564-
github.com/jaypipes/ghw v0.7.1-0.20210309000509-b593e32e58a7/go.mod h1:+gR9bjm3W/HnFi90liF+Fj9GpCe/Dsibl9Im8KmC7c4=
563+
github.com/jaypipes/ghw v0.7.1-0.20210419135914-b8b1e31b27f5 h1:TMJHaBhIHcOmBmMYU8QyhnxSyNcbNnpgvtuZIoAhGi4=
564+
github.com/jaypipes/ghw v0.7.1-0.20210419135914-b8b1e31b27f5/go.mod h1:+gR9bjm3W/HnFi90liF+Fj9GpCe/Dsibl9Im8KmC7c4=
565565
github.com/jaypipes/pcidb v0.6.0 h1:VIM7GKVaW4qba30cvB67xSCgJPTzkG8Kzw/cbs5PHWU=
566566
github.com/jaypipes/pcidb v0.6.0/go.mod h1:L2RGk04sfRhp5wvHO0gfRAMoLY/F3PKv/nwJeVoho0o=
567567
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=

vendor/github.com/jaypipes/ghw/README.md

Lines changed: 2 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/context/context.go

Lines changed: 12 additions & 8 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/memory/memory_cache_linux.go

Lines changed: 2 additions & 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/pci/pci.go

Lines changed: 10 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: 7 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/snapshot/clonetree_block.go

Lines changed: 2 additions & 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/snapshot/pack.go

Lines changed: 2 additions & 1 deletion
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
@@ -130,7 +130,7 @@ github.com/hashicorp/golang-lru/simplelru
130130
github.com/imdario/mergo
131131
# github.com/inconshreveable/mousetrap v1.0.0
132132
github.com/inconshreveable/mousetrap
133-
# github.com/jaypipes/ghw v0.7.1-0.20210309000509-b593e32e58a7
133+
# github.com/jaypipes/ghw v0.7.1-0.20210419135914-b8b1e31b27f5
134134
github.com/jaypipes/ghw
135135
github.com/jaypipes/ghw/pkg/baseboard
136136
github.com/jaypipes/ghw/pkg/bios

0 commit comments

Comments
 (0)