...
1# goodmod.yaml
2# This file is tracking branches and tags used in go.mod file replaces
3# Please follow https://github.com/mfojtik/goodmod#installation to get the tool.
4# Run `$ goodmod replace --apply` to apply these rules on `go.mod`
5#
6rules:
7 - paths:
8 - k8s.io/*
9 excludes:
10 - k8s.io/code-generator
11 - k8s.io/klog
12 - k8s.io/utils
13 - k8s.io/kube-openapi
14 - k8s.io/gengo
15 tag: kubernetes-1.17.0
16
17 # TODO: Remove after 1.17 rebase land
18 - paths:
19 - k8s.io/code-generator
20 branch: prebase-origin-4.4-kubernetes-1.17.0-rc.2
21
22 - paths:
23 - github.com/openshift/api
24 branch: master
View as plain text