Skip to content
Closed
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
16 changes: 7 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ require (
github.com/Microsoft/go-winio v0.4.15-0.20200113171025-3fe6c5262873 // indirect
github.com/PuerkitoBio/rehttp v1.0.0
github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0 // indirect
github.com/benbjohnson/clock v1.0.3 // indirect
github.com/coreos/ignition/v2 v2.10.1
github.com/go-openapi/runtime v0.19.28
github.com/go-openapi/strfmt v0.20.1
github.com/go-openapi/swag v0.19.9
github.com/go-openapi/swag v0.19.14
github.com/golang/mock v1.5.0
github.com/google/uuid v1.2.0
github.com/hashicorp/go-version v1.3.0
Expand All @@ -23,20 +22,19 @@ require (
github.com/openshift/assisted-service v1.0.10-0.20210526082015-cf99d1fca3fe
github.com/openshift/client-go v0.0.0-20201020074620-f8fd44879f7c
github.com/openshift/machine-api-operator v0.2.1-0.20201002104344-6abfb5440597
github.com/operator-framework/api v0.8.0
github.com/operator-framework/api v0.17.1
github.com/operator-framework/operator-lifecycle-manager v0.18.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/thoas/go-funk v0.8.0
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
gopkg.in/yaml.v2 v2.4.0
honnef.co/go/tools v0.0.1-2020.1.6 // indirect
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
k8s.io/api v0.24.0
k8s.io/apimachinery v0.24.0
k8s.io/client-go v12.0.0+incompatible
sigs.k8s.io/controller-runtime v0.8.3
sigs.k8s.io/controller-runtime v0.12.1
)

replace (
Expand Down
Loading