mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-27 01:33:39 +02:00
feat(deps): bump github.com/disgoorg/disgo from 0.16.5 to 0.16.6 (#4089)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.16.5 to 0.16.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/disgoorg/disgo/releases">github.com/disgoorg/disgo's releases</a>.</em></p> <blockquote> <h2>v0.16.6</h2> <h2>What's Changed</h2> <ul> <li>add support for the new username system by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://redirect.github.com/disgoorg/disgo/pull/273">disgoorg/disgo#273</a></li> <li>fix presence event handler by <a href="https://github.com/topi314"><code>@topi314</code></a> in <a href="https://redirect.github.com/disgoorg/disgo/pull/275">disgoorg/disgo#275</a></li> <li>fix get webhooks by <a href="https://github.com/ikafly144"><code>@ikafly144</code></a> in <a href="https://redirect.github.com/disgoorg/disgo/pull/272">disgoorg/disgo#272</a></li> <li>fix incorrect type for <code>WithChannelTypes</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="4547c17ccf
</a></li> <li>remove <code>AllowedMentions</code> from <code>NewMessageUpdateBuilder()</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="0b0b6db253
</a></li> <li>add <code>SyncID</code> to <code>Activity</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="3defaebde6
</a></li> <li>move set into cache package by <a href="https://github.com/topi314"><code>@topi314</code></a> in <a href="a783e34ad0
</a></li> </ul> <h2>Breaking Changes</h2> <ul> <li>moved <code>github.com/disgoorg/disgo/internal/set</code> into <code>github.com/disgoorg/disgo/cache</code></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ikafly144"><code>@ikafly144</code></a> made their first contribution in <a href="https://redirect.github.com/disgoorg/disgo/pull/272">disgoorg/disgo#272</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/disgoorg/disgo/compare/v0.16.5...v0.16.6">https://github.com/disgoorg/disgo/compare/v0.16.5...v0.16.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f810691d7b
"><code>f810691</code></a> reforamt isActivityUpdated check</li> <li><a href="863ddf334f
"><code>863ddf3</code></a> fix presence event handler (<a href="https://redirect.github.com/disgoorg/disgo/issues/275">#275</a>)</li> <li><a href="844ef78b99
"><code>844ef78</code></a> remove invalid interaction methods from autocomplete</li> <li><a href="4547c17ccf
"><code>4547c17</code></a> fix incorrect type for WithChannelTypes</li> <li><a href="9b3d573a10
"><code>9b3d573</code></a> add docs to User and Member funcs</li> <li><a href="ab0ddbc19b
"><code>ab0ddbc</code></a> Add support for the new username system (<a href="https://redirect.github.com/disgoorg/disgo/issues/273">#273</a>)</li> <li><a href="0b0b6db253
"><code>0b0b6db</code></a> remove AllowedMentions from NewMessageUpdateBuilder()</li> <li><a href="e0e8d5b1ee
"><code>e0e8d5b</code></a> fix get webhooks (<a href="https://redirect.github.com/disgoorg/disgo/issues/272">#272</a>)</li> <li><a href="3defaebde6
"><code>3defaeb</code></a> add SyncID to Activity</li> <li><a href="a783e34ad0
"><code>a783e34</code></a> move set into cache package</li> <li>See full diff in <a href="https://github.com/disgoorg/disgo/compare/v0.16.5...v0.16.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/disgoorg/disgo&package-manager=go_modules&previous-version=0.16.5&new-version=0.16.6)](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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
cb4c9ec0ff
commit
f568ef9868
2
go.mod
2
go.mod
@ -18,7 +18,7 @@ require (
|
||||
github.com/chrismellard/docker-credential-acr-env v0.0.0-20220327082430-c57b701bfc08
|
||||
github.com/dghubble/go-twitter v0.0.0-20211115160449-93a8679adecb
|
||||
github.com/dghubble/oauth1 v0.7.2
|
||||
github.com/disgoorg/disgo v0.16.5
|
||||
github.com/disgoorg/disgo v0.16.6
|
||||
github.com/disgoorg/snowflake/v2 v2.0.1
|
||||
github.com/distribution/distribution/v3 v3.0.0-20221021092657-c47a966fded8
|
||||
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
||||
|
4
go.sum
4
go.sum
@ -943,8 +943,8 @@ github.com/digitalocean/godo v1.78.0/go.mod h1:GBmu8MkjZmNARE7IXRPmkbbnocNN8+uBm
|
||||
github.com/digitalocean/godo v1.95.0/go.mod h1:NRpFznZFvhHjBoqZAaOD3khVzsJ3EibzKqFL4R60dmA=
|
||||
github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=
|
||||
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
|
||||
github.com/disgoorg/disgo v0.16.5 h1:6f2k9OwiDvLL/xq9mxevBVEpL0oSKYxM7aZ+v8mnt5w=
|
||||
github.com/disgoorg/disgo v0.16.5/go.mod h1:wo61ZLPn6bxHVdUODjyZ3fZTnCT7giD3uknsDUwMGn8=
|
||||
github.com/disgoorg/disgo v0.16.6 h1:2avPDjTJuKpQtRyCQq8yfG3+vOQWrYcE/dmvEnMuT/8=
|
||||
github.com/disgoorg/disgo v0.16.6/go.mod h1:wo61ZLPn6bxHVdUODjyZ3fZTnCT7giD3uknsDUwMGn8=
|
||||
github.com/disgoorg/json v1.1.0 h1:7xigHvomlVA9PQw9bMGO02PHGJJPqvX5AnwlYg/Tnys=
|
||||
github.com/disgoorg/json v1.1.0/go.mod h1:BHDwdde0rpQFDVsRLKhma6Y7fTbQKub/zdGO5O9NqqA=
|
||||
github.com/disgoorg/log v1.2.0 h1:sqlXnu/ZKAlIlHV9IO+dbMto7/hCQ474vlIdMWk8QKo=
|
||||
|
Loading…
Reference in New Issue
Block a user