@@ -6,6 +6,7 @@ toolchain go1.24.0
66
77require (
88 github.com/go-playground/validator/v10 v10.25.0
9+ github.com/google/uuid v1.6.0
910 github.com/itchyny/gojq v0.12.17
1011 github.com/stretchr/testify v1.10.0
1112 github.com/tidwall/gjson v1.18.0
@@ -19,17 +20,15 @@ require (
1920 github.com/go-playground/locales v0.14.1 // indirect
2021 github.com/go-playground/universal-translator v0.18.1 // indirect
2122 github.com/google/go-cmp v0.7.0 // indirect
22- github.com/google/uuid v1.6.0 // indirect
2323 github.com/itchyny/timefmt-go v0.1.6 // indirect
2424 github.com/leodido/go-urn v1.4.0 // indirect
2525 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
26- github.com/relvacode/iso8601 v1.6.0 // indirect
2726 github.com/tidwall/match v1.1.1 // indirect
2827 github.com/tidwall/pretty v1.2.1 // indirect
2928 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
3029 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
3130 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
3332 golang.org/x/sys v0.31.0 // indirect
3433 golang.org/x/text v0.23.0 // indirect
3534 gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments