Skip to content

Commit 5f90e7b

Browse files
pasha-codefreshpasha
and
pasha
authored
fix: go mod tidy is not working due to k8s.io/externaljwt dependency (argoproj#710)
Signed-off-by: pasha <[email protected]> Co-authored-by: pasha <[email protected]>
1 parent 717b8bf commit 5f90e7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ replace (
119119
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.32.2
120120
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.32.2
121121
k8s.io/endpointslice => k8s.io/endpointslice v0.32.2
122+
k8s.io/externaljwt => k8s.io/externaljwt v0.32.2
122123
k8s.io/kms => k8s.io/kms v0.32.2
123124
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.32.2
124125
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.32.2

0 commit comments

Comments
 (0)