mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 04:26:39 +00:00
21 lines
533 B
AMPL
21 lines
533 B
AMPL
module github.com/cloud-native-application/rudrx
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/crossplane/crossplane-runtime v0.8.0
|
|
github.com/crossplane/oam-kubernetes-runtime v0.0.3
|
|
github.com/go-logr/logr v0.1.0
|
|
github.com/gosuri/uitable v0.0.4
|
|
github.com/onsi/ginkgo v1.11.0
|
|
github.com/onsi/gomega v1.8.1
|
|
github.com/spf13/cobra v1.0.0
|
|
gotest.tools v2.2.0+incompatible
|
|
k8s.io/apimachinery v0.18.6
|
|
k8s.io/cli-runtime v0.18.6
|
|
k8s.io/client-go v0.18.6
|
|
k8s.io/klog v1.0.0
|
|
k8s.io/kubectl v0.18.6
|
|
sigs.k8s.io/controller-runtime v0.6.0
|
|
)
|