-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 768 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (17 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/gabemontero/obu
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/containers/image v3.0.2+incompatible
github.com/openshift/api v3.9.1-0.20191028134408-abf28f93703b+incompatible
github.com/openshift/client-go v0.0.0-20191022152013-2823239d2298
github.com/openshift/library-go v0.0.0-20191029093732-d368763acf52
github.com/openshift/oc v4.2.0-alpha.0+incompatible
github.com/openshift/runtime-utils v0.0.0-20191011150825-9169de69ebf6
github.com/spf13/cobra v0.0.5
k8s.io/api v0.0.0-20191122220107-b5267f2975e0
k8s.io/apimachinery v0.0.0-20191121175448-79c2a76c473a
k8s.io/cli-runtime v0.0.0-20191122222818-9150eb3ded31
k8s.io/client-go v0.0.0-20191122220542-ed16ecbdf3a0
k8s.io/kubectl v0.0.0-20191122225023-1e3c8b70f494
)