forked from open-cluster-management-io/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 806 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/open-cluster-management/api
go 1.13
require (
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.2 // indirect
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/json-iterator/go v1.1.9 // indirect
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-20200421231249-e086a090c8fd // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // 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/client-go v0.18.3
k8s.io/code-generator v0.18.3
k8s.io/klog v1.0.0
k8s.io/utils v0.0.0-20200327001022-6496210b90e8 // indirect
)