Skip to content

Commit

Permalink
Merge pull request #924 from fromanirh/update-deps-pcidb
Browse files Browse the repository at this point in the history
deps: pin pcidb to 1.0.0
  • Loading branch information
openshift-merge-robot committed Jul 27, 2022
2 parents 35e46a1 + 25c1142 commit 500868f
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 148 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,5 @@ replace (
)

replace vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787

replace github.com/jaypipes/pcidb => github.com/jaypipes/pcidb v1.0.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,8 @@ github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANyt
github.com/ishidawataru/sctp v0.0.0-20190723014705-7c296d48a2b5/go.mod h1:DM4VvS+hD/kDi1U1QsX2fnZowwBhqD0Dk3bRPKF/Oc8=
github.com/jaypipes/ghw v0.8.1-0.20210605191321-eb162add542b h1:gqEethdcv2egL3XtvkHh47m4nj09q4XO/VTioGKDLDI=
github.com/jaypipes/ghw v0.8.1-0.20210605191321-eb162add542b/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/jaypipes/pcidb v1.0.0 h1:vtZIfkiCUE42oYbJS0TAq9XSfSmcsgo9IdxSm9qzYU8=
github.com/jaypipes/pcidb v1.0.0/go.mod h1:TnYUvqhPBzCKnH34KrIX22kAeEbDCSRJ9cqLRCuNDfk=
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k=
github.com/jmespath/go-jmespath v0.3.0/go.mod h1:9QtRXoHjLGCJ5IBSaohpXITPlowMeeYCZ7fLUTSywik=
Expand Down
3 changes: 0 additions & 3 deletions vendor/github.com/jaypipes/pcidb/.get-go-packages.sh

This file was deleted.

48 changes: 0 additions & 48 deletions vendor/github.com/jaypipes/pcidb/.travis.yml

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/github.com/jaypipes/pcidb/Gopkg.lock

This file was deleted.

34 changes: 0 additions & 34 deletions vendor/github.com/jaypipes/pcidb/Gopkg.toml

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/github.com/jaypipes/pcidb/Makefile

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

16 changes: 10 additions & 6 deletions vendor/github.com/jaypipes/pcidb/README.md

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

24 changes: 12 additions & 12 deletions vendor/github.com/jaypipes/pcidb/context.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/github.com/jaypipes/pcidb/discover.go

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

28 changes: 13 additions & 15 deletions vendor/github.com/jaypipes/pcidb/main.go

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

5 changes: 3 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ github.com/jaypipes/ghw/pkg/snapshot
github.com/jaypipes/ghw/pkg/topology
github.com/jaypipes/ghw/pkg/unitutil
github.com/jaypipes/ghw/pkg/util
# github.com/jaypipes/pcidb v0.6.0
## explicit; go 1.11
# github.com/jaypipes/pcidb v0.6.0 => github.com/jaypipes/pcidb v1.0.0
## explicit; go 1.17
github.com/jaypipes/pcidb
# github.com/josharian/intern v1.0.0
## explicit; go 1.5
Expand Down Expand Up @@ -987,3 +987,4 @@ sigs.k8s.io/yaml
# github.com/operator-framework/operator-sdk => github.com/operator-framework/operator-sdk v0.18.1
# golang.org/x/tools => golang.org/x/tools v0.0.0-20191206213732-070c9d21b343
# vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787
# github.com/jaypipes/pcidb => github.com/jaypipes/pcidb v1.0.0

0 comments on commit 500868f

Please sign in to comment.