mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 18:10:21 +00:00
30 lines
822 B
Modula-2
30 lines
822 B
Modula-2
module github.com/cloud-native-application/rudrx
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
cuelang.org/go v0.2.2
|
|
github.com/crossplane/crossplane-runtime v0.8.0
|
|
github.com/crossplane/oam-kubernetes-runtime v0.0.8
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/gosuri/uitable v0.0.4
|
|
github.com/onsi/ginkgo v1.11.0
|
|
github.com/onsi/gomega v1.8.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/stretchr/testify v1.6.1
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
gotest.tools v2.2.0+incompatible
|
|
helm.sh/helm/v3 v3.2.4
|
|
k8s.io/api v0.18.6
|
|
k8s.io/apiextensions-apiserver v0.18.2
|
|
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
|
|
rsc.io/letsencrypt v0.0.3 // indirect
|
|
sigs.k8s.io/controller-runtime v0.6.0
|
|
)
|