Skip to content

Commit

Permalink
build(deps): bump github.com/likexian/whois-parser from 1.24.10 to 1.…
Browse files Browse the repository at this point in the history
…24.11 (#423)

Bumps [github.com/likexian/whois-parser](https://github.com/likexian/whois-parser) from 1.24.10 to 1.24.11.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/likexian/whois-parser/commit/6b9845eecc4ed6534677564011f88cf4b70ef3fe"><code>6b9845e</code></a> Merge pull request <a href="https://redirect.github.com/likexian/whois-parser/issues/79">#79</a> from mdn1023/master</li>
<li><a href="https://github.com/likexian/whois-parser/commit/598518cacac5069f0c45bc348d328c0d94437ddf"><code>598518c</code></a> (feature): parse .AT domains</li>
<li><a href="https://github.com/likexian/whois-parser/commit/f5d7858641d4fe27855481bbb625ce3994491f80"><code>f5d7858</code></a> Merge pull request <a href="https://redirect.github.com/likexian/whois-parser/issues/76">#76</a> from eyJhb/fixup-dk</li>
<li><a href="https://github.com/likexian/whois-parser/commit/600c30f00f95d05d74185dc4f14c4fe7930e7055"><code>600c30f</code></a> (bug-fix): properly parse .dk domains</li>
<li><a href="https://github.com/likexian/whois-parser/commit/38e330301809a685c5b4d6ff45bcd56fd5e2f3ef"><code>38e3303</code></a> Merge pull request <a href="https://redirect.github.com/likexian/whois-parser/issues/75">#75</a> from mdn1023/bugfix-cojp-domain-parser</li>
<li><a href="https://github.com/likexian/whois-parser/commit/14103c78da65a7ff3314f010c14da57b4b4566b6"><code>14103c7</code></a> (bug-fix): enable correct parsing of second level jp domains</li>
<li>See full diff in <a href="https://github.com/likexian/whois-parser/compare/v1.24.10...v1.24.11">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.10&new-version=1.24.11)](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 Apr 2, 2024
1 parent a464b32 commit c416733
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 55 deletions.
5 changes: 1 addition & 4 deletions 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.10
github.com/likexian/whois-parser v1.24.11
github.com/nicklaw5/helix v1.25.0
github.com/proullon/ramsql v0.1.3
github.com/rs/zerolog v1.32.0
Expand All @@ -32,8 +32,6 @@ require (
gopkg.in/yaml.v3 v3.0.1
)

require github.com/desmos-labs/athena v1.0.0

require (
4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
4d63.com/gochecknoglobals v0.2.1 // indirect
Expand Down Expand Up @@ -124,7 +122,6 @@ require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
github.com/denis-tingaikin/go-header v0.4.3 // indirect
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/desmos-labs/desmos/v6 v6.2.0 // indirect
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
Expand Down
Loading

0 comments on commit c416733

Please sign in to comment.