chore(deps): update module github.com/asaskevich/govalidator to v12 #185

Open
CSRBot wants to merge 1 commits from renovate/github.com-asaskevich-govalidator-12.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/asaskevich/govalidator require major v0.0.0-20230301143203-a9d515a09cc2v12.0.0

Release Notes

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

v12.0.0

Compare Source

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

v1.2.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 Mend Renovate CLI.

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` → `v12.0.0` | --- ### Release Notes <details> <summary>asaskevich/govalidator (github.com/asaskevich/govalidator)</summary> ### [`v12.0.0`](https://github.com/asaskevich/govalidator/compare/v11.0.1...v12.0.0) [Compare Source](https://github.com/asaskevich/govalidator/compare/v11.0.1...v12.0.0) ### [`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.2.0...v2) [Compare Source](https://github.com/asaskevich/govalidator/compare/v1.2.0...v2) ### [`v1.2.0`](https://github.com/asaskevich/govalidator/compare/v1...v1.2.0) [Compare Source](https://github.com/asaskevich/govalidator/compare/v1...v1.2.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 is behind base branch, 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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODYuMCIsInVwZGF0ZWRJblZlciI6IjQ0LjE3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
volker.raschek was assigned by CSRBot 2026-07-29 02:09:37 +02:00
CSRBot added 1 commit 2026-07-29 20:09:27 +02:00
chore(deps): update module github.com/asaskevich/govalidator to v12
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 51s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 20s
Lint Markdown files / Run markdown linter (pull_request) Successful in 11s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 18s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 21s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 16s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 48s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 33s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 34s
8565dbacef
CSRBot force-pushed renovate/github.com-asaskevich-govalidator-12.x from 8fe209de50 to 8565dbacef 2026-07-29 20:09:27 +02:00 Compare
All checks were successful
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 51s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 20s
Lint Markdown files / Run markdown linter (pull_request) Successful in 11s
Required
Details
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 18s
Required
Details
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 21s
Required
Details
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 16s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 48s
Required
Details
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 33s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 34s
Required
Details
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-asaskevich-govalidator-12.x:renovate/github.com-asaskevich-govalidator-12.x
git checkout renovate/github.com-asaskevich-govalidator-12.x
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: volker.raschek/dyndns-client#185