mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 09:53:01 -06:00
[chore]: Bump github.com/go-playground/validator/v10 (#1812)
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.13.0 to 10.14.0. - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.13.0...v10.14.0) --- updated-dependencies: - dependency-name: github.com/go-playground/validator/v10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9c24dee01f
commit
ea1bbacf4b
38 changed files with 3788 additions and 28 deletions
3
vendor/github.com/leodido/go-urn/machine.go
generated
vendored
3
vendor/github.com/leodido/go-urn/machine.go
generated
vendored
|
|
@ -61,11 +61,9 @@ func (m *machine) Parse(input []byte) (*URN, error) {
|
|||
m.err = nil
|
||||
m.tolower = []int{}
|
||||
output := &URN{}
|
||||
|
||||
{
|
||||
m.cs = start
|
||||
}
|
||||
|
||||
{
|
||||
if (m.p) == (m.pe) {
|
||||
goto _testEof
|
||||
|
|
@ -1674,7 +1672,6 @@ func (m *machine) Parse(input []byte) (*URN, error) {
|
|||
{
|
||||
goto st46
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue