File tree Expand file tree Collapse file tree 6 files changed +9
-540
lines changed
Expand file tree Collapse file tree 6 files changed +9
-540
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,10 @@ require (
55 github.com/github/go-spdx/v2 v2.4.0
66 github.com/go-playground/locales v0.14.1
77 github.com/go-playground/universal-translator v0.18.1
8- github.com/go-playground/validator/v10 v10.30.2
8+ github.com/go-playground/validator/v10 v10.30.3-0.20260409172054-b599053e6029
99 github.com/goccy/go-yaml v1.19.2
1010 github.com/italia/httpclient-lib-go v0.0.3-0.20260316100201-5dd490bc4896
1111 github.com/rivo/uniseg v0.4.7
12- golang.org/x/text v0.35.0
1312)
1413
1514require (
@@ -19,6 +18,7 @@ require (
1918 github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
2019 golang.org/x/crypto v0.49.0 // indirect
2120 golang.org/x/sys v0.42.0 // indirect
21+ golang.org/x/text v0.35.0 // indirect
2222)
2323
2424go 1.25.0
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
1313github.com/go-playground/locales v0.14.1 /go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY =
1414github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY =
1515github.com/go-playground/universal-translator v0.18.1 /go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY =
16- github.com/go-playground/validator/v10 v10.30.2 h1:JiFIMtSSHb2/XBUbWM4i/MpeQm9ZK2xqPNk8vgvu5JQ =
17- github.com/go-playground/validator/v10 v10.30.2 /go.mod h1:mAf2pIOVXjTEBrwUMGKkCWKKPs9NheYGabeB04txQSc =
16+ github.com/go-playground/validator/v10 v10.30.3-0.20260409172054-b599053e6029 h1:yPDgnVvfx/0o9KyD4lghxxBMXZVo8UKogLSxl/Tz3UU =
17+ github.com/go-playground/validator/v10 v10.30.3-0.20260409172054-b599053e6029 /go.mod h1:mAf2pIOVXjTEBrwUMGKkCWKKPs9NheYGabeB04txQSc =
1818github.com/goccy/go-yaml v1.19.2 h1:PmFC1S6h8ljIz6gMRBopkjP1TVT7xuwrButHID66PoM =
1919github.com/goccy/go-yaml v1.19.2 /go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA =
2020github.com/italia/httpclient-lib-go v0.0.3-0.20260316100201-5dd490bc4896 h1:7JV5L0I++QbIMdVjU467tUW+dQnX6hdmhMLZAjrehjQ =
You can’t perform that action at this time.
0 commit comments