Skip to content

Commit b4ffc57

Browse files
committed
go mod tidy
Signed-off-by: Grant Linville <grant@acorn.io>
1 parent 213dd16 commit b4ffc57

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
@@ -29,6 +29,7 @@ require (
2929
github.com/spf13/pflag v1.0.5
3030
github.com/stretchr/testify v1.8.4
3131
github.com/tidwall/gjson v1.17.1
32+
github.com/xeipuuv/gojsonschema v1.2.0
3233
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
3334
golang.org/x/sync v0.7.0
3435
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)