Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit d049462

Browse files
committed
Make sigs.k8s.io/kind appear as 0.4.0 in go.mod
Signed-off-by: JoshVanL <[email protected]>
1 parent fa0be9c commit d049462

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
k8s.io/client-go v11.0.0+incompatible
1818
k8s.io/component-base v0.0.0
1919
k8s.io/klog v0.3.3
20-
sigs.k8s.io/kind v0.0.0-00010101000000-000000000000
20+
sigs.k8s.io/kind v0.4.0
2121
)
2222

2323
replace (

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ k8s.io/kube-openapi/pkg/schemaconv
625625
k8s.io/utils/integer
626626
k8s.io/utils/trace
627627
k8s.io/utils/buffer
628-
# sigs.k8s.io/kind v0.0.0-00010101000000-000000000000 => sigs.k8s.io/kind v0.4.0
628+
# sigs.k8s.io/kind v0.4.0 => sigs.k8s.io/kind v0.4.0
629629
sigs.k8s.io/kind/pkg/cluster
630630
sigs.k8s.io/kind/pkg/cluster/config
631631
sigs.k8s.io/kind/pkg/cluster/constants

0 commit comments

Comments
 (0)