Skip to content

Commit

Permalink
Fix formatting in go.mod
Browse files Browse the repository at this point in the history
Move the other "replacements" inside parentheses
  • Loading branch information
mojotx authored and evanlucas committed Jan 21, 2021
1 parent f32c465 commit 89b4808
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ replace (
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.20.2
k8s.io/code-generator => k8s.io/code-generator v0.20.3-rc.0
k8s.io/component-base => k8s.io/component-base v0.20.2
k8s.io/component-helpers => k8s.io/component-helpers v0.20.2
k8s.io/controller-manager => k8s.io/controller-manager v0.20.2
k8s.io/cri-api => k8s.io/cri-api v0.20.3-rc.0
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.20.2
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.20.2
Expand All @@ -29,14 +31,9 @@ replace (
k8s.io/kubelet => k8s.io/kubelet v0.20.2
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.20.2
k8s.io/metrics => k8s.io/metrics v0.20.2
k8s.io/mount-utils => k8s.io/mount-utils v0.20.3-rc.0
k8s.io/node-api => k8s.io/node-api v0.0.0-20191003003902-772c6d2244f3
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.20.2
k8s.io/sample-cli-plugin => k8s.io/sample-cli-plugin v0.20.2
k8s.io/sample-controller => k8s.io/sample-controller v0.20.2
)

replace k8s.io/component-helpers => k8s.io/component-helpers v0.20.2

replace k8s.io/controller-manager => k8s.io/controller-manager v0.20.2

replace k8s.io/mount-utils => k8s.io/mount-utils v0.20.3-rc.0

0 comments on commit 89b4808

Please sign in to comment.