Skip to content

Commit 4c55069

Browse files
feat(dependencies): update ksctl to v2.5.0
Updated the ksctl dependency from v2.4.4 to v2.5.0 in go.mod and go.sum. Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>
1 parent e3171b2 commit 4c55069

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
99
github.com/creack/pty v1.1.24
1010
github.com/fatih/color v1.18.0
11-
github.com/ksctl/ksctl/v2 v2.4.4
11+
github.com/ksctl/ksctl/v2 v2.5.0
1212
github.com/pterm/pterm v0.12.80
1313
github.com/rodaine/table v1.3.0
1414
github.com/spf13/cobra v1.9.1
@@ -18,8 +18,6 @@ require (
1818
k8s.io/client-go v0.32.2
1919
)
2020

21-
replace github.com/ksctl/ksctl/v2 => ../ksctl
22-
2321
require (
2422
al.essio.dev/pkg/shellescape v1.5.1 // indirect
2523
atomicgo.dev/cursor v0.2.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
366366
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
367367
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
368368
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
369+
github.com/ksctl/ksctl/v2 v2.5.0 h1:wSjZjcWUmwsAfOCfyYxnygGrp3yHA4xHJSYmGxlbkpc=
370+
github.com/ksctl/ksctl/v2 v2.5.0/go.mod h1:0+AcbNu7OpWLX3a6GU9ZhkZSG8oJDfOrnoJ9KUXAUdE=
369371
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
370372
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
371373
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=

0 commit comments

Comments
 (0)