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.15.1 to 0.15.2 (#3819)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.15.1 to 0.15.2. <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.15.2</h2> <h2>What's Changed</h2> <ul> <li>fix voice by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="a3ddd4aaca
</a></li> <li>add helper to sync commands for guilds or globally by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="3dbf6a6c06
</a></li> <li>simplify oauth2 by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/241">disgoorg/disgo#241</a></li> <li>add <code>CustomMessage</code> to <code>AutoModerationActionMetadata</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/243">disgoorg/disgo#243</a></li> </ul> <h1>Breaking Changes</h1> <ul> <li>removal of <code>oauth2.SessionController</code></li> <li><code>oauth2.Session</code> is now a struct instead of interface</li> <li>removal of <code>identifier</code> param in <code>oauth2.Client.StartSession()</code> and <code>oauth2.Client.RefreshSession()</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/disgoorg/disgo/compare/v0.15.1...v0.15.2">https://github.com/disgoorg/disgo/compare/v0.15.1...v0.15.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="2ac4b5df9b
"><code>2ac4b5d</code></a> use handler.SyncCommands in handler example</li> <li><a href="a3ddd4aaca
"><code>a3ddd4a</code></a> fix voice ip discovery packet size</li> <li><a href="3dbf6a6c06
"><code>3dbf6a6</code></a> handler add helper to sync commands for guilds or globally</li> <li><a href="2fc89bc438
"><code>2fc89bc</code></a> minor refactor & cleanup of oauth2 suff</li> <li><a href="0b775b65f2
"><code>0b775b6</code></a> fix json tag name</li> <li><a href="9ab5fbde32
"><code>9ab5fbd</code></a> Bump golang.org/x/sys in /_examples/application_commands/http (<a href="https://github-redirect.dependabot.com/disgoorg/disgo/issues/244">#244</a>)</li> <li><a href="14761a3785
"><code>14761a3</code></a> Bump golang.org/x/sys from 0.0.0-20211019181941-9d821ace8654 to 0.1.0 (<a href="https://github-redirect.dependabot.com/disgoorg/disgo/issues/245">#245</a>)</li> <li><a href="8cb8e68a90
"><code>8cb8e68</code></a> add CustomMessage to AutoModerationActionMetadata (<a href="https://github-redirect.dependabot.com/disgoorg/disgo/issues/243">#243</a>)</li> <li><a href="a32b7f1d36
"><code>a32b7f1</code></a> fix README example (<a href="https://github-redirect.dependabot.com/disgoorg/disgo/issues/242">#242</a>)</li> <li><a href="faa79470af
"><code>faa7947</code></a> simplify oauth2 by removing session controller & converting a session to a st...</li> <li>Additional commits viewable in <a href="https://github.com/disgoorg/disgo/compare/v0.15.1...v0.15.2">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.15.1&new-version=0.15.2)](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
763340c2df
commit
4ea080ce49
2
go.mod
2
go.mod
@ -17,7 +17,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.15.1
|
||||
github.com/disgoorg/disgo v0.15.2
|
||||
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
@ -1124,8 +1124,8 @@ github.com/digitalocean/godo v1.88.0/go.mod h1:NRpFznZFvhHjBoqZAaOD3khVzsJ3EibzK
|
||||
github.com/dimchansky/utfbom v1.1.0/go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQvIirEdv+8=
|
||||
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.15.1 h1:EO7tV0r0VnktjubRaYi78APXrOLvIetPhwv+W61HkVY=
|
||||
github.com/disgoorg/disgo v0.15.1/go.mod h1:j7MCI6foUipYNozxwttr2hcaEQa3gNEbcwgLnyLUf6E=
|
||||
github.com/disgoorg/disgo v0.15.2 h1:cmdMCHBL17GgkYOJl6d2Btc3MbQiIdzwF6D8lwdJ7L8=
|
||||
github.com/disgoorg/disgo v0.15.2/go.mod h1:hUkznOmm+f+owh/MuOBX0sDviQV5cL0FqcWbpIyV1Y0=
|
||||
github.com/disgoorg/json v1.0.0 h1:kDhSM661fgIuNoZF3BO5/odaR5NSq80AWb937DH+Pdo=
|
||||
github.com/disgoorg/json v1.0.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