mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-31 01:53:50 +02:00
feat(deps): bump github.com/disgoorg/disgo from 0.14.1 to 0.15.0 (#3718)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.14.1 to 0.15.0. <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.0</h2> <h2>What's Changed</h2> <ul> <li>voice support by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/164">disgoorg/disgo#164</a></li> <li>cache refactor by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/211">disgoorg/disgo#211</a></li> <li>simple interaction handler by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/222">disgoorg/disgo#222</a></li> <li>small gateway cleanup by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/213">disgoorg/disgo#213</a></li> <li>log unknown events & ops on debug by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/228">disgoorg/disgo#228</a></li> <li>add <code>EventGuildAuditLogEntryCreate</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/232">disgoorg/disgo#232</a></li> <li>add <code>after</code> param to audit log endpoints by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/227">disgoorg/disgo#227</a></li> <li>add support for thread member pagination by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/231">disgoorg/disgo#231</a></li> <li>add support for gif stickers by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/230">disgoorg/disgo#230</a></li> <li>add <code>MemberFlags</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/233">disgoorg/disgo#233</a></li> <li>add <code>MessageTypeInteractionPremiumUpsell</code> and <code>MessageTypeGuildApplicationPremiumSubscription</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a></li> <li>add <code>ConnectionTypeTikTok</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/210">disgoorg/disgo#210</a></li> <li>add <code>GuildConnections</code> to <code>RoleTag</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/224">disgoorg/disgo#224</a></li> <li>add missing <code>SystemChannelFlags</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="2f7b02b6da
</a></li> <li>add <code>IntegrationExpireBehavior</code> type by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="0df3fba6c9
</a></li> </ul> <h2>Breaking</h2> <ul> <li><code>GetAuditLog</code> function signature was changed to include the <code>after</code> parameter</li> <li><code>GetThreadMember</code> function signature was changed to include the <code>withMember</code> parameter</li> <li><code>Caches.X().Get</code>, <code>Caches.X().Put</code>, <code>Caches.X().Remove</code>, etc have been replaced with <code>Caches.X()</code>, <code>Caches.AddX()</code>, <code>Caches.RemoveX()</code>, etc</li> <li><code>WithCacheFlags</code> has been renamed to <code>WithCaches</code></li> <li><code>Connect</code> and <code>Disconnect</code> has been replaced with <code>UpdateVoiceState</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/disgoorg/disgo/compare/v0.14.1...v0.15.0">https://github.com/disgoorg/disgo/compare/v0.14.1...v0.15.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1030fa904b
"><code>1030fa9</code></a> add flags helper (<a href="https://github-redirect.dependabot.com/disgoorg/disgo/issues/235">#235</a>)</li> <li><a href="48a0d77805
"><code>48a0d77</code></a> simple command, autocomplete, component & modals handler (<a href="https://github-redirect.dependabot.com/disgoorg/disgo/issues/222">#222</a>)</li> <li><a href="6565a1f870
"><code>6565a1f</code></a> change MessageFlags type to int</li> <li><a href="48d18102ed
"><code>48d1810</code></a> add MemberFlags (<a href="https://github-redirect.dependabot.com/disgoorg/disgo/issues/233">#233</a>)</li> <li><a href="b3f872d7fd
"><code>b3f872d</code></a> add EventGuildAuditLogEntryCreate (<a href="https://github-redirect.dependabot.com/disgoorg/disgo/issues/232">#232</a>)</li> <li><a href="81cf08ca89
"><code>81cf08c</code></a> fix unmarshalling of EventUnknown</li> <li><a href="05c2c2793a
"><code>05c2c27</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/disgoorg/disgo/issues/231">#231</a> from disgoorg/patch/thread-member-pagination</li> <li><a href="0ed77b1064
"><code>0ed77b1</code></a> fix method signature & add helper method</li> <li><a href="539176413f
"><code>5391764</code></a> fix topi moment</li> <li><a href="63c2ad47fd
"><code>63c2ad4</code></a> Update discord/thread_member.go</li> <li>Additional commits viewable in <a href="https://github.com/disgoorg/disgo/compare/v0.14.1...v0.15.0">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.14.1&new-version=0.15.0)](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
f979a6347e
commit
12d5ed0b0b
3
go.mod
3
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.14.1
|
||||
github.com/disgoorg/disgo v0.15.0
|
||||
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
|
||||
@ -235,6 +235,7 @@ require (
|
||||
gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect
|
||||
go.mongodb.org/mongo-driver v1.10.2 // indirect
|
||||
go.opencensus.io v0.24.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 // indirect
|
||||
golang.org/x/mod v0.7.0 // indirect
|
||||
golang.org/x/net v0.5.0 // indirect
|
||||
golang.org/x/sys v0.4.0 // indirect
|
||||
|
5
go.sum
5
go.sum
@ -1127,8 +1127,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.14.1 h1:J1GoRZfbCPFcNd3OH+W3XbAVEdvV3kVAoNqJrPjzY1I=
|
||||
github.com/disgoorg/disgo v0.14.1/go.mod h1:YiVpXSmyXLRalYQHTHUFWEQvolCNzw0zh6nfug07b/M=
|
||||
github.com/disgoorg/disgo v0.15.0 h1:OTYlhyQ/frPtqY9dGRSaBpo7GJtTQj+8dah2ml+LPHM=
|
||||
github.com/disgoorg/disgo v0.15.0/go.mod h1:j7MCI6foUipYNozxwttr2hcaEQa3gNEbcwgLnyLUf6E=
|
||||
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=
|
||||
@ -3157,6 +3157,7 @@ golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EH
|
||||
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU=
|
||||
golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5/go.mod h1:4M0jN8W1tt0AVLNr8HDosyJCDCDuyL9N9+3m7wDWgKw=
|
||||
golang.org/x/exp v0.0.0-20210126221216-84987778548c/go.mod h1:I6l2HNBLBZEcrOoCpyKLdY2lHoRZ8lI4x60KMCQDft4=
|
||||
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 h1:QfTh0HpN6hlw6D3vu8DAwC8pBIwikq0AI1evdm+FksE=
|
||||
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc=
|
||||
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
|
||||
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
|
||||
|
Loading…
Reference in New Issue
Block a user