Skip to content

Commit 8672ec4

Browse files
committed
go mod tidy
Signed-off-by: Grant Linville <[email protected]>
1 parent 67b098a commit 8672ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ require (
3030
github.com/spf13/pflag v1.0.5
3131
github.com/stretchr/testify v1.8.4
3232
github.com/tidwall/gjson v1.17.1
33+
github.com/xeipuuv/gojsonschema v1.2.0
3334
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
3435
golang.org/x/sync v0.7.0
3536
golang.org/x/term v0.20.0
@@ -103,7 +104,6 @@ require (
103104
github.com/ulikunitz/xz v0.5.10 // indirect
104105
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
105106
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
106-
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
107107
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
108108
github.com/yuin/goldmark v1.5.4 // indirect
109109
github.com/yuin/goldmark-emoji v1.0.2 // indirect

0 commit comments

Comments
 (0)