mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-21 00:24:08 +00:00
14 lines
410 B
Modula-2
14 lines
410 B
Modula-2
module github.com/open-cluster-management/work
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/open-cluster-management/api v0.0.0-20200417225547-6a7c2bf5fcf0
|
|
github.com/openshift/build-machinery-go v0.0.0-20200211121458-5e3d6e570160
|
|
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/apimachinery v0.18.0
|
|
k8s.io/component-base v0.18.0
|
|
)
|