@@ -6,6 +6,7 @@ toolchain go1.24.0
6
6
7
7
require (
8
8
github.com/go-playground/validator/v10 v10.25.0
9
+ github.com/google/uuid v1.6.0
9
10
github.com/itchyny/gojq v0.12.17
10
11
github.com/stretchr/testify v1.10.0
11
12
github.com/tidwall/gjson v1.18.0
@@ -19,17 +20,15 @@ require (
19
20
github.com/go-playground/locales v0.14.1 // indirect
20
21
github.com/go-playground/universal-translator v0.18.1 // indirect
21
22
github.com/google/go-cmp v0.7.0 // indirect
22
- github.com/google/uuid v1.6.0 // indirect
23
23
github.com/itchyny/timefmt-go v0.1.6 // indirect
24
24
github.com/leodido/go-urn v1.4.0 // indirect
25
25
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
26
- github.com/relvacode/iso8601 v1.6.0 // indirect
27
26
github.com/tidwall/match v1.1.1 // indirect
28
27
github.com/tidwall/pretty v1.2.1 // indirect
29
28
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
30
29
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
31
30
golang.org/x/crypto v0.36.0 // indirect
32
- golang.org/x/net v0.37 .0 // indirect
31
+ golang.org/x/net v0.38 .0 // indirect
33
32
golang.org/x/sys v0.31.0 // indirect
34
33
golang.org/x/text v0.23.0 // indirect
35
34
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments