forked from crossplane/crossplane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 969 Bytes
/
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
module github.com/crossplane/crossplane
go 1.13
require (
github.com/Masterminds/semver v1.5.0
github.com/alecthomas/kong v0.2.11
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/crossplane/crossplane-runtime v0.12.1-0.20210128000612-240e79c8a694
github.com/docker/cli v0.0.0-20200915230204-cd8016b6bcc5 // indirect
github.com/docker/docker v17.12.0-ce-rc1.0.20200926000217-2617742802f6+incompatible // indirect
github.com/google/go-cmp v0.5.2
github.com/google/go-containerregistry v0.2.1
github.com/imdario/mergo v0.3.11
github.com/pkg/errors v0.9.1
github.com/spf13/afero v1.4.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
k8s.io/api v0.20.1
k8s.io/apiextensions-apiserver v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.1
k8s.io/code-generator v0.20.1
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
sigs.k8s.io/controller-runtime v0.8.0
sigs.k8s.io/controller-tools v0.3.0
sigs.k8s.io/yaml v1.2.0
)