File: glide.yaml

package info (click to toggle)
golang-github-openshift-api 4.0%2Bgit20190508.81d064c-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 14,040 kB
  • sloc: sh: 171; makefile: 32
file content (15 lines) | stat: -rw-r--r-- 581 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package: github.com/openshift/api
import:
# this matches the 1.13 branch from kube
- package: k8s.io/gengo
  version: 51747d6e00da1fc578d5a333a93bb2abcbce7a95
- package: k8s.io/code-generator
  repo:    git@github.com:openshift/kubernetes-code-generator
  version: origin-4.1-kubernetes-1.13.4
# this matches the 1.13.4 GA level of apimachinery which glide isn't wanting to pick
- package: github.com/json-iterator/go
  version: ab8a2e0c74be9d3be70b3184d9acc634935ded82
- package: k8s.io/apimachinery
  version: kubernetes-1.13.4
- package: k8s.io/api
  version: kubernetes-1.13.4