mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-10 11:19:11 +00:00
16 lines
426 B
Modula-2
16 lines
426 B
Modula-2
module github.com/openshift/api
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/openshift/build-machinery-go v0.0.0-20200424080330-082bf86082cc
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
|
|
golang.org/x/tools v0.0.0-20200115044656-831fdb1e1868 // indirect
|
|
k8s.io/api v0.18.3
|
|
k8s.io/apimachinery v0.18.3
|
|
k8s.io/code-generator v0.18.3
|
|
k8s.io/klog v1.0.0
|
|
)
|