diff options
author | 2023-05-22 09:17:48 +0200 | |
---|---|---|
committer | 2023-05-22 09:17:48 +0200 | |
commit | ea1bbacf4b51628f55bc831f511ce60ddb72d71c (patch) | |
tree | f90266529625a01090a45500b8a017722047a5dd /vendor/github.com/leodido/go-urn/machine.go | |
parent | [chore] Replace pinafore with semaphore (#1801) (diff) | |
download | gotosocial-ea1bbacf4b51628f55bc831f511ce60ddb72d71c.tar.xz |
[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>
Diffstat (limited to 'vendor/github.com/leodido/go-urn/machine.go')
-rw-r--r-- | vendor/github.com/leodido/go-urn/machine.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/github.com/leodido/go-urn/machine.go b/vendor/github.com/leodido/go-urn/machine.go index fe5a0cc86..f8d57b412 100644 --- a/vendor/github.com/leodido/go-urn/machine.go +++ b/vendor/github.com/leodido/go-urn/machine.go @@ -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 } - } } |