Skip to content

Commit

Permalink
build(deps): bump github.com/likexian/whois-parser from 1.24.9 to 1.2…
Browse files Browse the repository at this point in the history
…4.10 (#376)

Bumps [github.com/likexian/whois-parser](https://github.com/likexian/whois-parser) from 1.24.9 to 1.24.10.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/likexian/whois-parser/commit/5d75f76e11d7993737eab00250c2111be6924884"><code>5d75f76</code></a> Merge pull request <a href="https://redirect.github.com/likexian/whois-parser/issues/72">#72</a> from mdn1023/bugfix-cojp-domain-parser</li>
<li><a href="https://github.com/likexian/whois-parser/commit/87d42946f89187cc32d03da0a2448d631fcf8cbc"><code>87d4294</code></a> (bug-fix): properly parse co.jp domains</li>
<li><a href="https://github.com/likexian/whois-parser/commit/9a2de0899d91b30e03ac5865e7c4a007847be576"><code>9a2de08</code></a> Merge pull request <a href="https://redirect.github.com/likexian/whois-parser/issues/70">#70</a> from hodge1997/feature/gov_uk</li>
<li><a href="https://github.com/likexian/whois-parser/commit/61a688849ac18a952d8d4789d2d1b4a9304e6e0b"><code>61a6888</code></a> feat(time format): support gov.uk create time format</li>
<li>See full diff in <a href="https://github.com/likexian/whois-parser/compare/v1.24.9...v1.24.10">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/likexian/whois-parser&package-manager=go_modules&previous-version=1.24.9&new-version=1.24.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 1e22bac commit f223fee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/jmoiron/sqlx v1.3.5 // indirect
github.com/lib/pq v1.10.9
github.com/likexian/whois v1.15.1
github.com/likexian/whois-parser v1.24.9
github.com/likexian/whois-parser v1.24.10
github.com/nicklaw5/helix v1.25.0
github.com/proullon/ramsql v0.1.3
github.com/rs/zerolog v1.31.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -969,8 +969,8 @@ github.com/likexian/gokit v0.25.13 h1:p2Uw3+6fGG53CwdU2Dz0T6bOycdb2+bAFAa3ymwWVk
github.com/likexian/gokit v0.25.13/go.mod h1:qQhEWFBEfqLCO3/vOEo2EDKd+EycekVtUK4tex+l2H4=
github.com/likexian/whois v1.15.1 h1:6vTMI8n9s1eJdmcO4R9h1x99aQWIZZX1CD3am68gApU=
github.com/likexian/whois v1.15.1/go.mod h1:/nxmQ6YXvLz+qTxC/QFtEJNAt0zLuRxJrKiWpBJX8X0=
github.com/likexian/whois-parser v1.24.9 h1:BT6fzO3lj3F07yzVv0YXoaj+K4Ush0/cF+Yp6tvJJgk=
github.com/likexian/whois-parser v1.24.9/go.mod h1:b6STMHHDaSKbd4PzGrP50wWE5NzeBUETa/hT9gI0G9I=
github.com/likexian/whois-parser v1.24.10 h1:Gfr+Q96PIo+HigM4r4rJ0SjN47h+URMRTdGcZ9jDXU4=
github.com/likexian/whois-parser v1.24.10/go.mod h1:b6STMHHDaSKbd4PzGrP50wWE5NzeBUETa/hT9gI0G9I=
github.com/linxGnu/grocksdb v1.7.16 h1:Q2co1xrpdkr5Hx3Fp+f+f7fRGhQFQhvi/+226dtLmA8=
github.com/linxGnu/grocksdb v1.7.16/go.mod h1:JkS7pl5qWpGpuVb3bPqTz8nC12X3YtPZT+Xq7+QfQo4=
github.com/lufeee/execinquery v1.2.1 h1:hf0Ems4SHcUGBxpGN7Jz78z1ppVkP/837ZlETPCEtOM=
Expand Down

0 comments on commit f223fee

Please sign in to comment.