mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-09 10:47:35 +00:00
15 lines
352 B
Modula-2
15 lines
352 B
Modula-2
module github.com/openshift/api
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/openshift/build-machinery-go v0.0.0-20200917070002-f171684f77ab
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/tools v0.0.0-20200616133436-c1934b75d054
|
|
k8s.io/api v0.19.2
|
|
k8s.io/apimachinery v0.19.2
|
|
k8s.io/code-generator v0.19.2
|
|
k8s.io/klog/v2 v2.2.0
|
|
)
|