File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3838 with :
3939 go-version : 1.24.x
4040 - name : golangci-lint
41- uses : golangci/golangci-lint-action@v8
41+ uses : golangci/golangci-lint-action@v9
4242 with :
4343 version : latest
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ linters:
3232 - maintidx
3333 - misspell
3434 - mnd
35+ - modernize
3536 - nakedret
3637 - nestif
3738 - nilnil
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/go-playground/validator/v10
33go 1.24.0
44
55require (
6- github.com/gabriel-vasile/mimetype v1.4.10
6+ github.com/gabriel-vasile/mimetype v1.4.11
77 github.com/go-playground/assert/v2 v2.2.0
88 github.com/go-playground/locales v0.14.1
99 github.com/go-playground/universal-translator v0.18.1
Original file line number Diff line number Diff line change 11github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
22github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3- github.com/gabriel-vasile/mimetype v1.4.10 h1:zyueNbySn/z8mJZHLt6IPw0KoZsiQNszIpU+bX4+ZK0 =
4- github.com/gabriel-vasile/mimetype v1.4.10 /go.mod h1:d+9Oxyo1wTzWdyVUPMmXFvp4F9tea18J8ufA774AB3s =
3+ github.com/gabriel-vasile/mimetype v1.4.11 h1:AQvxbp830wPhHTqc1u7nzoLT+ZFxGY7emj5DR5DYFik =
4+ github.com/gabriel-vasile/mimetype v1.4.11 /go.mod h1:d+9Oxyo1wTzWdyVUPMmXFvp4F9tea18J8ufA774AB3s =
55github.com/go-playground/assert/v2 v2.2.0 h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s =
66github.com/go-playground/assert/v2 v2.2.0 /go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4 =
77github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/oXslEjJA =
You can’t perform that action at this time.
0 commit comments