Skip to content

Commit 91000b1

Browse files
bump ksctl new version
Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>
1 parent b3d1acd commit 91000b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Delta456/box-cli-maker/v2 v2.3.0
99
github.com/creack/pty v1.1.18
1010
github.com/fatih/color v1.18.0
11-
github.com/ksctl/ksctl/v2 v2.0.0-rc.5
11+
github.com/ksctl/ksctl/v2 v2.0.0-rc.6
1212
github.com/pterm/pterm v0.12.80
1313
github.com/rodaine/table v1.2.0
1414
github.com/spf13/cobra v1.8.1
@@ -17,8 +17,6 @@ require (
1717
k8s.io/client-go v0.32.0
1818
)
1919

20-
replace github.com/ksctl/ksctl/v2 => ../ksctl
21-
2220
require (
2321
atomicgo.dev/cursor v0.2.0 // indirect
2422
atomicgo.dev/keyboard v0.2.9 // indirect

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
351351
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
352352
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
353353
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
354+
github.com/ksctl/ksctl/v2 v2.0.0-rc.6 h1:M9u6TWqqGu/6Eou2CLk+IQmQmYF2hVfhzf9f+itlUgI=
355+
github.com/ksctl/ksctl/v2 v2.0.0-rc.6/go.mod h1:0YSItxAJYCXFZlAodcoFaa9UFoxp4cgafrUTUB5ZS8c=
354356
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
355357
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
356358
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=

0 commit comments

Comments
 (0)