Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ go 1.15

require (
github.com/Microsoft/go-winio v0.4.15-0.20200113171025-3fe6c5262873 // indirect
github.com/docker/docker v17.12.0-ce-rc1.0.20200505174321-1655290016ac+incompatible // indirect
github.com/go-openapi/strfmt v0.20.0
github.com/go-openapi/swag v0.19.14
github.com/google/uuid v1.2.0
github.com/hashicorp/go-multierror v1.1.0
github.com/jaypipes/ghw v0.7.0
github.com/jaypipes/pcidb v0.6.0
github.com/jaypipes/ghw v0.9.0
github.com/jaypipes/pcidb v1.0.0
github.com/onsi/ginkgo v1.16.2
github.com/onsi/gomega v1.12.0
github.com/openshift/assisted-service v1.0.10-0.20210603130323-8a9f14ef82d4
Expand All @@ -23,7 +22,7 @@ require (
github.com/stretchr/testify v1.7.0
github.com/thoas/go-funk v0.8.0
github.com/vishvananda/netlink v1.1.0
golang.org/x/sys v0.0.0-20210423082822-04245dca01da
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
gopkg.in/yaml.v2 v2.4.0
)

Expand Down
Loading