Skip to content

Commit 1a2532b

Browse files
chore(internal): codegen related update
1 parent f499e48 commit 1a2532b

File tree

5 files changed

+1
-641
lines changed

5 files changed

+1
-641
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ require (
1313
github.com/muesli/reflow v0.3.0
1414
github.com/tidwall/gjson v1.18.0
1515
github.com/tidwall/pretty v1.2.1
16-
github.com/tidwall/sjson v1.2.5
1716
github.com/urfave/cli-docs/v3 v3.0.0-alpha6
1817
github.com/urfave/cli/v3 v3.3.2
1918
golang.org/x/sys v0.38.0
@@ -38,6 +37,7 @@ require (
3837
github.com/russross/blackfriday/v2 v2.1.0 // indirect
3938
github.com/standard-webhooks/standard-webhooks/libraries v0.0.0-20250711233419-a173a6c0125c // indirect
4039
github.com/tidwall/match v1.1.1 // indirect
40+
github.com/tidwall/sjson v1.2.5 // indirect
4141
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
4242
golang.org/x/sync v0.15.0 // indirect
4343
golang.org/x/text v0.3.8 // indirect

pkg/cmd/util.go

Lines changed: 0 additions & 251 deletions
This file was deleted.

0 commit comments

Comments
 (0)