-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 751 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/oam-dev/oam-crd-migration
go 1.13
require (
github.com/crossplane/oam-kubernetes-runtime v0.0.8
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
github.com/onsi/gomega v1.10.1 // indirect
github.com/prometheus/procfs v0.0.11 // indirect
github.com/spf13/cobra v0.0.5
golang.org/x/text v0.3.3 // indirect
k8s.io/api v0.18.6
k8s.io/apiextensions-apiserver v0.18.2
k8s.io/apimachinery v0.18.6
k8s.io/klog v1.0.0
k8s.io/utils v0.0.0-20200603063816-c1c6865ac451 // indirect
sigs.k8s.io/controller-runtime v0.6.0
)