fix(deps): update module github.com/asaskevich/govalidator to v11 - autoclosed #2184

Closed
renovate wants to merge 1 commits from renovate/github.com-asaskevich-govalidator-11.x into main
Member

This PR contains the following updates:

Package Type Update Change
github.com/asaskevich/govalidator require major v0.0.0-20230301143203-a9d515a09cc2 -> v11.0.1

Release Notes

asaskevich/govalidator (github.com/asaskevich/govalidator)

v11.0.1

Compare Source

v11.0.0

Compare Source

v11

Compare Source

v10

Compare Source

  • Merge pull request #​311 from jackwilsdon/go-fmt-ci Alex Saskevich* 1/8/20, 11:00 PM
  • Merge pull request #​299 from okisetiawan0101/new-string-length-tag Alex Saskevich* 1/8/20, 10:59 PM
  • Merge pull request #​324 from nathj07/issue320_remove_errant_println Alex Saskevich* 1/8/20, 10:58 PM
  • Merge branch 'master' into issue320_remove_errant_println Alex Saskevich* 1/8/20, 10:57 PM
  • Merge branch 'validatemap' of git://github.com/mie00/govalidator into mie00-validatemap Alex Saskevich 1/8/20, 10:54 PM
  • Merge branch 'mie00-validatemap' Alex Saskevich 1/8/20, 10:51 PM
  • Merge branch 'validatemap' of git://github.com/mie00/govalidator into mie00-validatemap Alex Saskevich 1/8/20, 10:51 PM
  • Merge branch 'France-ioi-do_not_valide_structs_twice_pr' Alex Saskevich 1/8/20, 10:41 PM
  • Merge branch 'do_not_valide_structs_twice_pr' of git://github.com/France-ioi/govalidator into France-ioi-do_not_valide_structs_twice_pr Alex Saskevich 1/8/20, 10:41 PM
  • Merge branch 'France-ioi-fix_TestIsExistingEmail_pr' Alex Saskevich 1/8/20, 10:37 PM
  • Merge branch 'fix_TestIsExistingEmail_pr' of git://github.com/France-ioi/govalidator into France-ioi-fix_TestIsExistingEmail_pr Alex Saskevich 1/8/20, 10:37 PM
  • Merge branch 'master' of https://github.com/asaskevich/govalidator Alex Saskevich 1/8/20, 10:26 PM
  • Merge branch 'France-ioi-required_and_empty_pr' Alex Saskevich 1/8/20, 10:26 PM
  • Merge branch 'required_and_empty_pr' of git://github.com/France-ioi/govalidator into France-ioi-required_and_empty_pr Alex Saskevich 1/8/20, 10:25 PM
  • Merge pull request #​319 from bosenok/master Alex Saskevich* 1/8/20, 10:25 PM
  • Merge branch 'dougparrish-fix-345' Alex Saskevich 1/8/20, 10:23 PM
  • Merge branch 'fix-345' of git://github.com/dougparrish/govalidator into dougparrish-fix-345 Alex Saskevich 1/8/20, 10:23 PM
  • Merge branch 'master' of https://github.com/asaskevich/govalidator Alex Saskevich 1/8/20, 10:15 PM
  • Merge branch 'lfaoro-test-iscreditcard' Alex Saskevich 1/8/20, 10:15 PM
  • Updated credit card regexp and added some test cases Alex Saskevich 1/8/20, 10:14 PM
  • Merge pull request #​350 from JureMalovrh/fix-utils-typos Alex Saskevich* 1/8/20, 10:13 PM
  • Merge branch 'test-iscreditcard' of git://github.com/lfaoro/govalidator into lfaoro-test-iscreditcard Alex Saskevich 1/8/20, 9:41 PM
  • Fix travis CI script Alex Saskevich 1/8/20, 9:01 PM
  • Merge branch 'master' of https://github.com/asaskevich/govalidator Alex Saskevich 1/8/20, 8:45 PM
  • Merge pull request #​347 from cassiosantos/master Alex Saskevich* 1/8/20, 8:43 PM
  • add failing checks on major card brands Leonardo 11/17/19, 4:07 PM
  • improve TestIsCreditCard Leonardo 11/17/19, 3:58 PM
  • Fix typos in utils.go Jure Malovrh 10/2/19, 8:55 PM
  • Fixes #​345 - Add accommodation for IPv4 240/8-255/8 to URLIP regexp in patterns.go Doug Parrish 8/22/19, 10:23 PM
  • Fix contributors links Cassio Santos 8/26/19, 4:08 PM
  • go fmt Alex Saskevich 6/15/19, 3:28 PM
  • Add aliases for hashes Alex Saskevich 6/15/19, 3:26 PM
  • Add IsMagnetURI validator Alex Saskevich 6/15/19, 2:50 PM
  • Fix invalid regexps, reduce email regexp, add doc.go Alex Saskevich 6/15/19, 2:07 PM
  • Fix ignored files Alex Saskevich 6/14/19, 12:06 AM
  • validator_test: add test cases for missing validator in ValidateMap Mohamed Elawadi 5/10/19, 4:06 PM
  • validator: ValidateMap: make sure that required fields exist Mohamed Elawadi 5/10/19, 3:02 PM
  • README: add documentation for IsType Mohamed Elawadi 5/10/19, 2:05 PM
  • validator_test: add test cases for IsType Mohamed Elawadi 5/10/19, 1:46 PM
  • validator: add IsType Mohamed Elawadi 5/10/19, 1:43 PM
  • update README for ValidateMap Mohamed Elawadi 5/10/19, 12:50 PM
  • validator_test: add test cases for ValidateMap Mohamed Elawadi 5/10/19, 12:50 PM
  • validator: implement ValidateMap Mohamed Elawadi 5/10/19, 12:49 PM
  • Merge pull request #​298 from okisetiawan0101/complete-read-me Alex Saskevich* 4/24/19, 2:10 PM
  • do not validate fields of struct type twice (validate each struct only once) Dmitry Zenovich 3/4/19, 1:09 PM
  • fix TestIsExistingEmail(): bar.coffee -> driftaway.coffee Dmitry Zenovich 3/1/19, 6:41 PM
  • go fmt Dmitry Zenovich 3/1/19, 6:42 PM
  • Do not treat empty strings, zero numbers and structures as nils: validate them, realize that required field can be zeros Dmitry Zenovich 3/1/19, 6:40 PM
  • update tests Nathan Davies 2/24/19, 3:20 PM
  • remove the fmt.Println Nathan Davies 2/24/19, 3:13 PM
  • add Unix Timestamp validator to readme bosenok 12/30/18, 3:53 PM
  • added Unix Timestamp validator bosenok 12/30/18, 3:50 PM
  • Add go fmt as a CI step Jack Wilsdon 10/2/18, 2:53 PM
  • rename isInRaw func to IsInRaw func okisetiawan 7/27/18, 7:41 PM
  • add max string length validator and min string length validator okisetiawan 7/27/18, 7:39 PM
  • add custom tag with params in read me okisetiawan 7/27/18, 7:13 PM
  • Complete the documentation about Validator with parameters in read.me okisetiawan 7/27/18, 6:57 PM
  • Merge pull request #​296 from asaskevich/revert-286-master Alex Saskevich* 7/20/18, 2:50 PM
  • Revert "(Enhancement) Validator: Adding more concrete base64 validation, Enabling []int validation " Alex Saskevich* 7/20/18, 2:49 PM
  • Create config.yml Alex Saskevich* 7/20/18, 2:16 PM
  • Merge pull request #​286 from marcsantiago/master Alex Saskevich* 7/20/18, 2:12 PM
  • Merge pull request #​268 from jasonlam604/feature/Fix_capital_lower_struct_field Alex Saskevich* 7/20/18, 2:07 PM
  • Merge pull request #​290 from skybet/feature/include-path-for-nested-structs Alex Saskevich* 7/20/18, 2:05 PM
  • Merge branch 'master' into feature/include-path-for-nested-structs Alex Saskevich* 7/20/18, 2:05 PM
  • Merge pull request #​293 from beornf/child-struct-interface Alex Saskevich* 7/20/18, 2:03 PM
  • Merge pull request #​270 from es1o/bug_269 Alex Saskevich* 7/20/18, 2:03 PM
  • Merge branch 'master' into bug_269 Alex Saskevich* 7/20/18, 2:03 PM
  • Merge pull request #​272 from jasonlam604/feature/add_hasWhitespace_and_hasWhitespaceOnly Alex Saskevich* 7/20/18, 2:01 PM
  • Merge pull request #​277 from fossabot/master Alex Saskevich* 7/20/18, 2:00 PM
  • Merge pull request #​282 from ferhatelmas/simplification Alex Saskevich* 7/20/18, 1:56 PM
  • Check inner pointer to struct for interface field Beorn Facchini 7/18/18, 12:47 PM
  • Validate the child struct when its an interface Beorn Facchini 7/18/18, 12:06 PM
  • Including the path in errors for nested structs Andrew Munro 7/5/18, 4:35 PM
  • Merge pull request #​1 from skybet/feature/validation-ordering-and-zero-value-ptrs Andrew Munro* 7/3/18, 1:19 PM
  • Ensuring order on validation rules. Allowing nil values to pass validation. Passing input and validator tag to custom error messages Andrew Munro 7/3/18, 12:49 PM
  • (Enhancement) Validator: Validating contents of []int Marc Santiago 6/29/18, 9:52 PM
  • Validator: Adding more concrete base64 validation Marc Santiago 6/28/18, 7:29 PM
  • some simplications ferhat elmas 6/20/18, 1:47 PM
  • Add license scan report and status fossabot 5/22/18, 4:08 PM
  • Add hasWhitespace and hasWhitespaceOnly Jason Lam 4/13/18, 4:12 AM
  • Fix issue #​269 - problem with parse urls with multiple underscores. Grzegorz Eliszewski 4/9/18, 10:46 PM
  • Fix struct validation when options include a numeric type check int, int8, int16....etc float32, float64 Jason Lam 4/7/18, 9:07 AM
  • Fix #​266 alex.saskevich 3/19/18, 11:16 AM

v9

Compare Source

v8

Compare Source

v7

Compare Source

Update before merging some breaking BC code

v6

Compare Source

v5

Compare Source

v4

Compare Source

v3

Compare Source

v2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/asaskevich/govalidator](https://github.com/asaskevich/govalidator) | require | major | `v0.0.0-20230301143203-a9d515a09cc2` -> `v11.0.1` | --- ### Release Notes <details> <summary>asaskevich/govalidator (github.com/asaskevich/govalidator)</summary> ### [`v11.0.1`](https://github.com/asaskevich/govalidator/compare/v11.0.0...v11.0.1) [Compare Source](https://github.com/asaskevich/govalidator/compare/v11.0.0...v11.0.1) ### [`v11.0.0`](https://github.com/asaskevich/govalidator/compare/v11...v11.0.0) [Compare Source](https://github.com/asaskevich/govalidator/compare/v11...v11.0.0) ### [`v11`](https://github.com/asaskevich/govalidator/compare/v10...v11) [Compare Source](https://github.com/asaskevich/govalidator/compare/v10...v11) ### [`v10`](https://github.com/asaskevich/govalidator/releases/tag/v10) [Compare Source](https://github.com/asaskevich/govalidator/compare/v9...v10) - Merge pull request [#&#8203;311](https://github.com/asaskevich/govalidator/issues/311) from jackwilsdon/go-fmt-ci Alex Saskevich\* 1/8/20, 11:00 PM - Merge pull request [#&#8203;299](https://github.com/asaskevich/govalidator/issues/299) from okisetiawan0101/new-string-length-tag Alex Saskevich\* 1/8/20, 10:59 PM - Merge pull request [#&#8203;324](https://github.com/asaskevich/govalidator/issues/324) from nathj07/issue320\_remove_errant_println Alex Saskevich\* 1/8/20, 10:58 PM - Merge branch 'master' into issue320\_remove_errant_println Alex Saskevich\* 1/8/20, 10:57 PM - Merge branch 'validatemap' of git://github.com/mie00/govalidator into mie00-validatemap Alex Saskevich 1/8/20, 10:54 PM - Merge branch 'mie00-validatemap' Alex Saskevich 1/8/20, 10:51 PM - Merge branch 'validatemap' of git://github.com/mie00/govalidator into mie00-validatemap Alex Saskevich 1/8/20, 10:51 PM - Merge branch 'France-ioi-do_not_valide_structs_twice_pr' Alex Saskevich 1/8/20, 10:41 PM - Merge branch 'do_not_valide_structs_twice_pr' of git://github.com/France-ioi/govalidator into France-ioi-do_not_valide_structs_twice_pr Alex Saskevich 1/8/20, 10:41 PM - Merge branch 'France-ioi-fix_TestIsExistingEmail_pr' Alex Saskevich 1/8/20, 10:37 PM - Merge branch 'fix_TestIsExistingEmail_pr' of git://github.com/France-ioi/govalidator into France-ioi-fix_TestIsExistingEmail_pr Alex Saskevich 1/8/20, 10:37 PM - Merge branch 'master' of https://github.com/asaskevich/govalidator Alex Saskevich 1/8/20, 10:26 PM - Merge branch 'France-ioi-required_and_empty_pr' Alex Saskevich 1/8/20, 10:26 PM - Merge branch 'required_and_empty_pr' of git://github.com/France-ioi/govalidator into France-ioi-required_and_empty_pr Alex Saskevich 1/8/20, 10:25 PM - Merge pull request [#&#8203;319](https://github.com/asaskevich/govalidator/issues/319) from bosenok/master Alex Saskevich\* 1/8/20, 10:25 PM - Merge branch 'dougparrish-fix-345' Alex Saskevich 1/8/20, 10:23 PM - Merge branch 'fix-345' of git://github.com/dougparrish/govalidator into dougparrish-fix-345 Alex Saskevich 1/8/20, 10:23 PM - Merge branch 'master' of https://github.com/asaskevich/govalidator Alex Saskevich 1/8/20, 10:15 PM - Merge branch 'lfaoro-test-iscreditcard' Alex Saskevich 1/8/20, 10:15 PM - Updated credit card regexp and added some test cases Alex Saskevich 1/8/20, 10:14 PM - Merge pull request [#&#8203;350](https://github.com/asaskevich/govalidator/issues/350) from JureMalovrh/fix-utils-typos Alex Saskevich\* 1/8/20, 10:13 PM - Merge branch 'test-iscreditcard' of git://github.com/lfaoro/govalidator into lfaoro-test-iscreditcard Alex Saskevich 1/8/20, 9:41 PM - Fix travis CI script Alex Saskevich 1/8/20, 9:01 PM - Merge branch 'master' of https://github.com/asaskevich/govalidator Alex Saskevich 1/8/20, 8:45 PM - Merge pull request [#&#8203;347](https://github.com/asaskevich/govalidator/issues/347) from cassiosantos/master Alex Saskevich\* 1/8/20, 8:43 PM - add failing checks on major card brands Leonardo 11/17/19, 4:07 PM - improve TestIsCreditCard Leonardo 11/17/19, 3:58 PM - Fix typos in utils.go Jure Malovrh 10/2/19, 8:55 PM - Fixes [#&#8203;345](https://github.com/asaskevich/govalidator/issues/345) - Add accommodation for IPv4 240/8-255/8 to URLIP regexp in patterns.go Doug Parrish 8/22/19, 10:23 PM - Fix contributors links Cassio Santos 8/26/19, 4:08 PM - go fmt Alex Saskevich 6/15/19, 3:28 PM - Add aliases for hashes Alex Saskevich 6/15/19, 3:26 PM - Add IsMagnetURI validator Alex Saskevich 6/15/19, 2:50 PM - Fix invalid regexps, reduce email regexp, add doc.go Alex Saskevich 6/15/19, 2:07 PM - Fix ignored files Alex Saskevich 6/14/19, 12:06 AM - validator_test: add test cases for missing validator in ValidateMap Mohamed Elawadi 5/10/19, 4:06 PM - validator: ValidateMap: make sure that required fields exist Mohamed Elawadi 5/10/19, 3:02 PM - README: add documentation for IsType Mohamed Elawadi 5/10/19, 2:05 PM - validator_test: add test cases for IsType Mohamed Elawadi 5/10/19, 1:46 PM - validator: add IsType Mohamed Elawadi 5/10/19, 1:43 PM - update README for ValidateMap Mohamed Elawadi 5/10/19, 12:50 PM - validator_test: add test cases for ValidateMap Mohamed Elawadi 5/10/19, 12:50 PM - validator: implement ValidateMap Mohamed Elawadi 5/10/19, 12:49 PM - Merge pull request [#&#8203;298](https://github.com/asaskevich/govalidator/issues/298) from okisetiawan0101/complete-read-me Alex Saskevich\* 4/24/19, 2:10 PM - do not validate fields of struct type twice (validate each struct only once) Dmitry Zenovich 3/4/19, 1:09 PM - fix TestIsExistingEmail(): bar.coffee -> driftaway.coffee Dmitry Zenovich 3/1/19, 6:41 PM - go fmt Dmitry Zenovich 3/1/19, 6:42 PM - Do not treat empty strings, zero numbers and structures as nils: validate them, realize that required field can be zeros Dmitry Zenovich 3/1/19, 6:40 PM - update tests Nathan Davies 2/24/19, 3:20 PM - remove the fmt.Println Nathan Davies 2/24/19, 3:13 PM - add Unix Timestamp validator to readme bosenok 12/30/18, 3:53 PM - added Unix Timestamp validator bosenok 12/30/18, 3:50 PM - Add go fmt as a CI step Jack Wilsdon 10/2/18, 2:53 PM - rename isInRaw func to IsInRaw func okisetiawan 7/27/18, 7:41 PM - add max string length validator and min string length validator okisetiawan 7/27/18, 7:39 PM - add custom tag with params in read me okisetiawan 7/27/18, 7:13 PM - Complete the documentation about Validator with parameters in read.me okisetiawan 7/27/18, 6:57 PM - Merge pull request [#&#8203;296](https://github.com/asaskevich/govalidator/issues/296) from asaskevich/revert-286-master Alex Saskevich\* 7/20/18, 2:50 PM - Revert "(Enhancement) Validator: Adding more concrete base64 validation, Enabling \[]int validation " Alex Saskevich\* 7/20/18, 2:49 PM - Create config.yml Alex Saskevich\* 7/20/18, 2:16 PM - Merge pull request [#&#8203;286](https://github.com/asaskevich/govalidator/issues/286) from marcsantiago/master Alex Saskevich\* 7/20/18, 2:12 PM - Merge pull request [#&#8203;268](https://github.com/asaskevich/govalidator/issues/268) from jasonlam604/feature/Fix_capital_lower_struct_field Alex Saskevich\* 7/20/18, 2:07 PM - Merge pull request [#&#8203;290](https://github.com/asaskevich/govalidator/issues/290) from skybet/feature/include-path-for-nested-structs Alex Saskevich\* 7/20/18, 2:05 PM - Merge branch 'master' into feature/include-path-for-nested-structs Alex Saskevich\* 7/20/18, 2:05 PM - Merge pull request [#&#8203;293](https://github.com/asaskevich/govalidator/issues/293) from beornf/child-struct-interface Alex Saskevich\* 7/20/18, 2:03 PM - Merge pull request [#&#8203;270](https://github.com/asaskevich/govalidator/issues/270) from es1o/bug\_269 Alex Saskevich\* 7/20/18, 2:03 PM - Merge branch 'master' into bug\_269 Alex Saskevich\* 7/20/18, 2:03 PM - Merge pull request [#&#8203;272](https://github.com/asaskevich/govalidator/issues/272) from jasonlam604/feature/add_hasWhitespace_and_hasWhitespaceOnly Alex Saskevich\* 7/20/18, 2:01 PM - Merge pull request [#&#8203;277](https://github.com/asaskevich/govalidator/issues/277) from fossabot/master Alex Saskevich\* 7/20/18, 2:00 PM - Merge pull request [#&#8203;282](https://github.com/asaskevich/govalidator/issues/282) from ferhatelmas/simplification Alex Saskevich\* 7/20/18, 1:56 PM - Check inner pointer to struct for interface field Beorn Facchini 7/18/18, 12:47 PM - Validate the child struct when its an interface Beorn Facchini 7/18/18, 12:06 PM - Including the path in errors for nested structs Andrew Munro 7/5/18, 4:35 PM - Merge pull request [#&#8203;1](https://github.com/asaskevich/govalidator/issues/1) from skybet/feature/validation-ordering-and-zero-value-ptrs Andrew Munro\* 7/3/18, 1:19 PM - Ensuring order on validation rules. Allowing nil values to pass validation. Passing input and validator tag to custom error messages Andrew Munro 7/3/18, 12:49 PM - (Enhancement) Validator: Validating contents of \[]int Marc Santiago 6/29/18, 9:52 PM - Validator: Adding more concrete base64 validation Marc Santiago 6/28/18, 7:29 PM - some simplications ferhat elmas 6/20/18, 1:47 PM - Add license scan report and status fossabot 5/22/18, 4:08 PM - Add hasWhitespace and hasWhitespaceOnly Jason Lam 4/13/18, 4:12 AM - Fix issue [#&#8203;269](https://github.com/asaskevich/govalidator/issues/269) - problem with parse urls with multiple underscores. Grzegorz Eliszewski 4/9/18, 10:46 PM - Fix struct validation when options include a numeric type check int, int8, int16....etc float32, float64 Jason Lam 4/7/18, 9:07 AM - Fix [#&#8203;266](https://github.com/asaskevich/govalidator/issues/266) alex.saskevich 3/19/18, 11:16 AM ### [`v9`](https://github.com/asaskevich/govalidator/compare/v8...v9) [Compare Source](https://github.com/asaskevich/govalidator/compare/v8...v9) ### [`v8`](https://github.com/asaskevich/govalidator/compare/v7...v8) [Compare Source](https://github.com/asaskevich/govalidator/compare/v7...v8) ### [`v7`](https://github.com/asaskevich/govalidator/releases/tag/v7) [Compare Source](https://github.com/asaskevich/govalidator/compare/v6...v7) Update before merging some breaking BC code ### [`v6`](https://github.com/asaskevich/govalidator/compare/v5...v6) [Compare Source](https://github.com/asaskevich/govalidator/compare/v5...v6) ### [`v5`](https://github.com/asaskevich/govalidator/compare/v4...v5) [Compare Source](https://github.com/asaskevich/govalidator/compare/v4...v5) ### [`v4`](https://github.com/asaskevich/govalidator/compare/v3...v4) [Compare Source](https://github.com/asaskevich/govalidator/compare/v3...v4) ### [`v3`](https://github.com/asaskevich/govalidator/compare/v2...v3) [Compare Source](https://github.com/asaskevich/govalidator/compare/v2...v3) ### [`v2`](https://github.com/asaskevich/govalidator/compare/v1...v2) [Compare Source](https://github.com/asaskevich/govalidator/compare/v1...v2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate added the
dependencies
label 2024-03-10 12:02:52 +00:00
renovate added 1 commit 2024-03-10 12:02:53 +00:00
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing Details
bfb3865149
fix(deps): update module github.com/asaskevich/govalidator to v11
Author
Member

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child --user=0:0 -v "/tmp/renovate/repos/gitea/vikunja/vikunja":"/tmp/renovate/repos/gitea/vikunja/vikunja" -v "/tmp/renovate/cache":"/tmp/renovate/cache" -e GOPATH -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e GIT_CONFIG_KEY_3 -e GIT_CONFIG_VALUE_3 -e GIT_CONFIG_KEY_4 -e GIT_CONFIG_VALUE_4 -e GIT_CONFIG_KEY_5 -e GIT_CONFIG_VALUE_5 -e CONTAINERBASE_CACHE_DIR -w "/tmp/renovate/repos/gitea/vikunja/vikunja" ghcr.io/containerbase/sidecar:9.33.4 bash -l -c "install-tool golang 1.22.2 && go get -d -t ./..."
go: github.com/asaskevich/govalidator/v11@v11.0.1: go.mod has non-.../v11 module path "github.com/asaskevich/govalidator" (and .../v11/go.mod does not exist) at revision v11.0.1

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child --user=0:0 -v "/tmp/renovate/repos/gitea/vikunja/vikunja":"/tmp/renovate/repos/gitea/vikunja/vikunja" -v "/tmp/renovate/cache":"/tmp/renovate/cache" -e GOPATH -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e GIT_CONFIG_KEY_3 -e GIT_CONFIG_VALUE_3 -e GIT_CONFIG_KEY_4 -e GIT_CONFIG_VALUE_4 -e GIT_CONFIG_KEY_5 -e GIT_CONFIG_VALUE_5 -e CONTAINERBASE_CACHE_DIR -w "/tmp/renovate/repos/gitea/vikunja/vikunja" ghcr.io/containerbase/sidecar:9.33.4 bash -l -c "install-tool golang 1.22.2 && go get -d -t ./..." go: github.com/asaskevich/govalidator/v11@v11.0.1: go.mod has non-.../v11 module path "github.com/asaskevich/govalidator" (and .../v11/go.mod does not exist) at revision v11.0.1 ```
renovate force-pushed renovate/github.com-asaskevich-govalidator-11.x from bfb3865149 to ee25105224 2024-04-11 19:09:25 +00:00 Compare
renovate changed title from fix(deps): update module github.com/asaskevich/govalidator to v11 to fix(deps): update module github.com/asaskevich/govalidator to v11 - autoclosed 2024-04-25 09:10:22 +00:00
renovate closed this pull request 2024-04-25 09:10:22 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#2184
No description provided.