Skip to content

Commit

Permalink
ghw: consume latest fixes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ffromani committed Apr 29, 2021
1 parent 1e4d77d commit 546beca
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 19 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/go-openapi/strfmt v0.19.5 // indirect
github.com/go-openapi/swag v0.19.9 // indirect
github.com/go-openapi/validate v0.19.8 // indirect
github.com/jaypipes/ghw v0.7.1-0.20210309000509-b593e32e58a7
github.com/jaypipes/ghw v0.7.1-0.20210419135914-b8b1e31b27f5
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/onsi/ginkgo v1.12.1
github.com/onsi/gomega v1.10.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,8 @@ github.com/imdario/mergo v0.3.9/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJ
github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/ishidawataru/sctp v0.0.0-20190723014705-7c296d48a2b5/go.mod h1:DM4VvS+hD/kDi1U1QsX2fnZowwBhqD0Dk3bRPKF/Oc8=
github.com/jaypipes/ghw v0.7.1-0.20210309000509-b593e32e58a7 h1:APDKkCKIAkoVmI17TZOCDMgZx8zrOBSde1Z476vDzSc=
github.com/jaypipes/ghw v0.7.1-0.20210309000509-b593e32e58a7/go.mod h1:+gR9bjm3W/HnFi90liF+Fj9GpCe/Dsibl9Im8KmC7c4=
github.com/jaypipes/ghw v0.7.1-0.20210419135914-b8b1e31b27f5 h1:TMJHaBhIHcOmBmMYU8QyhnxSyNcbNnpgvtuZIoAhGi4=
github.com/jaypipes/ghw v0.7.1-0.20210419135914-b8b1e31b27f5/go.mod h1:+gR9bjm3W/HnFi90liF+Fj9GpCe/Dsibl9Im8KmC7c4=
github.com/jaypipes/pcidb v0.6.0 h1:VIM7GKVaW4qba30cvB67xSCgJPTzkG8Kzw/cbs5PHWU=
github.com/jaypipes/pcidb v0.6.0/go.mod h1:L2RGk04sfRhp5wvHO0gfRAMoLY/F3PKv/nwJeVoho0o=
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
Expand Down
4 changes: 2 additions & 2 deletions vendor/github.com/jaypipes/ghw/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 12 additions & 8 deletions vendor/github.com/jaypipes/ghw/pkg/context/context.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions vendor/github.com/jaypipes/ghw/pkg/pci/pci.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions vendor/github.com/jaypipes/ghw/pkg/pci/pci_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/github.com/jaypipes/ghw/pkg/snapshot/pack.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ github.com/hashicorp/golang-lru/simplelru
github.com/imdario/mergo
# github.com/inconshreveable/mousetrap v1.0.0
github.com/inconshreveable/mousetrap
# github.com/jaypipes/ghw v0.7.1-0.20210309000509-b593e32e58a7
# github.com/jaypipes/ghw v0.7.1-0.20210419135914-b8b1e31b27f5
## explicit
github.com/jaypipes/ghw
github.com/jaypipes/ghw/pkg/baseboard
Expand Down

0 comments on commit 546beca

Please sign in to comment.