Skip to content

Commit 384ab49

Browse files
Update Internal Dependencies (#587)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: ipince <1203781+ipince@users.noreply.github.com>
1 parent 3b27a1d commit 384ab49

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/pkg/errors v0.9.1
2222
github.com/samber/lo v1.52.0
2323
github.com/spf13/cobra v1.10.1
24-
go.jetify.com/pkg v0.0.0-20251107190536-8bfcb265d745
24+
go.jetify.com/pkg v0.0.0-20251201231142-abe4fc632859
2525
golang.org/x/text v0.31.0
2626
)
2727

@@ -72,7 +72,6 @@ require (
7272
github.com/rivo/uniseg v0.4.7 // indirect
7373
github.com/russross/blackfriday/v2 v2.1.0 // indirect
7474
github.com/spf13/pflag v1.0.10 // indirect
75-
github.com/stretchr/testify v1.11.1 // indirect
7675
github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a // indirect
7776
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
7877
go.jetify.com/typeid/v2 v2.0.0-alpha.3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a/go.mod h1:EbW0wDK
157157
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=
158158
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e/go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM=
159159
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
160-
go.jetify.com/pkg v0.0.0-20251107190536-8bfcb265d745 h1:ApPmaFGTihVsgPNdbiqs9qFMJQZ98Bb7kOKrSB/Pm30=
161-
go.jetify.com/pkg v0.0.0-20251107190536-8bfcb265d745/go.mod h1:vwc4lAlXM1mO3rwEW9/bUL54C3/JHlpnsOMgsxePuEY=
160+
go.jetify.com/pkg v0.0.0-20251201231142-abe4fc632859 h1:opdRo9847AH1/OmuXvWQUSO3gfnrfl7QaeS8dC3UYwg=
161+
go.jetify.com/pkg v0.0.0-20251201231142-abe4fc632859/go.mod h1:qR6Mz3JVuEXEINbNIoDCMpKgkNG69mtCbDKbu4iB1GM=
162162
go.jetify.com/typeid/v2 v2.0.0-alpha.3 h1:T6RPx6bNl10lp0JN2Xz/XcgLZWSlVmL58Xqy9cgTCcc=
163163
go.jetify.com/typeid/v2 v2.0.0-alpha.3/go.mod h1:zfD1ZDHDJNgXZANsO9jDOD81XRRQ0zAOnDBEHmIV/Gw=
164164
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=

0 commit comments

Comments
 (0)