mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-09 02:37:03 +00:00
23 lines
779 B
Modula-2
23 lines
779 B
Modula-2
module github.com/open-cluster-management/registration
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/jteeuwen/go-bindata v3.0.8-0.20151023091102-a0ff2567cfb7+incompatible
|
|
github.com/onsi/ginkgo v1.11.0
|
|
github.com/onsi/gomega v1.8.1
|
|
github.com/open-cluster-management/api v0.0.0-20200512175145-bed9ce79e17e
|
|
github.com/openshift/build-machinery-go v0.0.0-20200211121458-5e3d6e570160
|
|
github.com/openshift/generic-admission-server v1.14.1-0.20200514123932-ccc9079d8bdb
|
|
github.com/openshift/library-go v0.0.0-20200401114229-ffab8c6e83a9
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.5
|
|
k8s.io/api v0.18.2
|
|
k8s.io/apimachinery v0.18.2
|
|
k8s.io/apiserver v0.18.2
|
|
k8s.io/client-go v0.18.2
|
|
k8s.io/component-base v0.18.2
|
|
k8s.io/klog v1.0.0
|
|
sigs.k8s.io/controller-runtime v0.6.0
|
|
)
|