forked from openshift/assisted-installer-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (36 loc) · 1.83 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/openshift/assisted-installer-agent
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/onsi/ginkgo v1.16.2
github.com/onsi/gomega v1.12.0
github.com/openshift/assisted-service v1.0.10-0.20210603130323-8a9f14ef82d4
github.com/openshift/baremetal-runtimecfg v0.0.0-20210210163937-34f98e0f48fd
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/ssgreg/journald v1.0.0
github.com/stretchr/objx v0.3.0 // indirect
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
gopkg.in/yaml.v2 v2.4.0
)
replace (
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.3.1
github.com/metal3-io/baremetal-operator => github.com/openshift/baremetal-operator v0.0.0-20200715132148-0f91f62a41fe // Use OpenShift fork
github.com/openshift/hive/pkg/apis => github.com/carbonin/hive/pkg/apis v0.0.0-20210209195732-57e8c3ae12d1
k8s.io/api => k8s.io/api v0.0.0-20190712022805-31fe033ae6f9
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190711222657-391ed67afa7b
k8s.io/client-go => k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
sigs.k8s.io/cluster-api-provider-aws => github.com/openshift/cluster-api-provider-aws v0.2.1-0.20201022175424-d30c7a274820
sigs.k8s.io/cluster-api-provider-azure => github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20201016155852-4090a6970205
)