This repository was archived by the owner on Aug 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.22 KB
/
go.mod
File metadata and controls
32 lines (29 loc) · 1.22 KB
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
module github.com/eranco74/assisted-installer
go 1.14
require (
github.com/ajeddeloh/go-json v0.0.0-20200220154158-5ae607161559 // indirect
github.com/coreos/ignition v0.35.0
github.com/go-openapi/strfmt v0.19.5
github.com/golang/mock v1.4.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/openshift/assisted-service v0.0.0-20200805103259-9ca9af7cddc0
github.com/openshift/client-go v0.0.0-20200422192633-6f6c07fc2a70
github.com/ori-amizur/introspector v1.0.7-0.20200730083031-7fbd9c25093a
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/thoas/go-funk v0.6.0
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
k8s.io/api v0.18.2
k8s.io/apimachinery v0.18.2
k8s.io/client-go v11.0.0+incompatible
)
replace (
k8s.io/api => k8s.io/api v0.0.0-20200214081623-ecbd4af0fc33
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20200214081019-7490b3ed6e92
k8s.io/client-go => k8s.io/client-go v0.0.0-20200214082307-e38a84523341
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20200214080538-dc8f3adce97c
)