mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-16 22:27:34 +00:00
23 lines
702 B
Modula-2
23 lines
702 B
Modula-2
module github.com/open-cluster-management/work
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/onsi/ginkgo v1.11.0
|
|
github.com/onsi/gomega v1.8.1
|
|
github.com/open-cluster-management/api v0.0.0-20200715201722-3c3c076bf062
|
|
github.com/openshift/build-machinery-go v0.0.0-20200424080330-082bf86082cc
|
|
github.com/openshift/library-go v0.0.0-20200414135834-ccc4bb27d032
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/pflag v1.0.5
|
|
k8s.io/api v0.18.3
|
|
k8s.io/apiextensions-apiserver v0.18.2
|
|
k8s.io/apimachinery v0.18.3
|
|
k8s.io/client-go v0.18.3
|
|
k8s.io/component-base v0.18.2
|
|
k8s.io/klog v1.0.0
|
|
k8s.io/utils v0.0.0-20200327001022-6496210b90e8
|
|
sigs.k8s.io/controller-runtime v0.6.0
|
|
)
|