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
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ require (
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
github.com/aws/aws-sdk-go v1.34.21
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe // indirect
github.com/containers/image/v5 v5.7.0
github.com/coreos/ignition/v2 v2.9.0
Expand All @@ -18,7 +17,6 @@ require (
github.com/diskfs/go-diskfs v1.1.2-0.20210216073915-ba492710e2d8
github.com/dustin/go-humanize v1.0.0
github.com/filanov/stateswitch v0.0.0-20200714113403-51a42a34c604
github.com/frankban/quicktest v1.11.3 // indirect
github.com/go-openapi/errors v0.19.6
github.com/go-openapi/loads v0.19.5
github.com/go-openapi/runtime v0.19.20
Expand Down Expand Up @@ -47,14 +45,14 @@ require (
github.com/openshift/custom-resource-status v1.1.0
github.com/openshift/hive/apis v0.0.0-20210506000654-5c038fb05190
github.com/openshift/machine-api-operator v0.2.1-0.20201002104344-6abfb5440597
github.com/ory/dockertest/v3 v3.6.3
github.com/ory/dockertest/v3 v3.8.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.8.1
github.com/pkg/errors v0.9.1
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.49.0
github.com/prometheus/client_golang v1.11.0
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.7.0
github.com/sirupsen/logrus v1.8.1
github.com/slok/go-http-metrics v0.8.0
github.com/stretchr/testify v1.7.0
github.com/thedevsaddam/retry v0.0.0-20200324223450-9769a859cc6d
Expand Down
Loading