mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
feat(deps): bump github.com/disgoorg/disgo from 0.13.21 to 0.13.22 (#3577)
Bumps [github.com/disgoorg/disgo](https://github.com/disgoorg/disgo) from 0.13.21 to 0.13.22. <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.13.22</h2> <h2>What's Changed</h2> <ul> <li>move json package into its own module <a href="https://github.com/disgoorg/json">https://github.com/disgoorg/json</a> by <a href="https://github.com/TopiSenpai"><code>@TopiSenpai</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/206">disgoorg/disgo#206</a></li> <li>add <code>RegexPatterns</code> to <code>AutoModerationTriggerMetadata</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/201">disgoorg/disgo#201</a></li> <li>add <code>UserFlagActiveDeveloper</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="https://github-redirect.dependabot.com/disgoorg/disgo/pull/208">disgoorg/disgo#208</a></li> <li>add <code>ApplicationID</code> to <code>Message</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="4049f4c3ed
</a></li> <li>remove <code>GuildFeaturePrivateThreads</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="1855c7f01a
</a></li> <li>rename <code>Stickers</code> to <code>StickerItems</code> by <a href="https://github.com/caneleex"><code>@caneleex</code></a> in <a href="65d39b859c
</a></li> </ul> <h2>Breaking</h2> <ul> <li><code>GuildFeaturePrivateThreads</code> was removed</li> <li><code>Stickers</code> in <code>Message</code> were renamed to <code>StickerItems</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/disgoorg/disgo/compare/v0.13.21...v0.13.22">https://github.com/disgoorg/disgo/compare/v0.13.21...v0.13.22</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="65d39b859c
"><code>65d39b8</code></a> rename Stickers to StickerItems</li> <li><a href="4049f4c3ed
"><code>4049f4c</code></a> add ApplicationID to Message</li> <li><a href="1855c7f01a
"><code>1855c7f</code></a> remove GuildFeaturePrivateThreads</li> <li><a href="79251f5123
"><code>79251f5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/disgoorg/disgo/issues/208">#208</a> from disgoorg/patch/active-dev</li> <li><a href="a1546becb6
"><code>a1546be</code></a> add UserFlagActiveDeveloper</li> <li><a href="bd480c2f50
"><code>bd480c2</code></a> use new github.com/disgoorg/json module (<a href="https://github-redirect.dependabot.com/disgoorg/disgo/issues/206">#206</a>)</li> <li><a href="d539fda3f6
"><code>d539fda</code></a> update github actions</li> <li><a href="cc0e3a1372
"><code>cc0e3a1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/disgoorg/disgo/issues/201">#201</a> from disgoorg/patch/automod-regex</li> <li><a href="d64d5ebf77
"><code>d64d5eb</code></a> fix automod example</li> <li><a href="c9af872e5f
"><code>c9af872</code></a> add RegexPatterns to automod metadata</li> <li>See full diff in <a href="https://github.com/disgoorg/disgo/compare/v0.13.21...v0.13.22">compare view</a></li> </ul> </details> <br /> [](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
85f4be900e
commit
9abc613ad1
3
go.mod
3
go.mod
@ -15,7 +15,7 @@ require (
|
||||
github.com/charmbracelet/lipgloss v0.6.0
|
||||
github.com/dghubble/go-twitter v0.0.0-20211115160449-93a8679adecb
|
||||
github.com/dghubble/oauth1 v0.7.1
|
||||
github.com/disgoorg/disgo v0.13.21
|
||||
github.com/disgoorg/disgo v0.13.22
|
||||
github.com/disgoorg/snowflake/v2 v2.0.1
|
||||
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
||||
github.com/google/go-github/v48 v48.1.0
|
||||
@ -104,6 +104,7 @@ require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/dghubble/sling v1.4.0 // indirect
|
||||
github.com/dimchansky/utfbom v1.1.1 // indirect
|
||||
github.com/disgoorg/json v1.0.0 // indirect
|
||||
github.com/disgoorg/log v1.2.0 // indirect
|
||||
github.com/emirpasic/gods v1.12.0 // indirect
|
||||
github.com/go-git/gcfg v1.5.0 // indirect
|
||||
|
6
go.sum
6
go.sum
@ -528,8 +528,10 @@ github.com/digitalocean/godo v1.78.0/go.mod h1:GBmu8MkjZmNARE7IXRPmkbbnocNN8+uBm
|
||||
github.com/digitalocean/godo v1.81.0/go.mod h1:BPCqvwbjbGqxuUnIKB4EvS/AX7IDnNmt5fwvIkWo+ew=
|
||||
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.13.21 h1:mapasORJIZWGMcsAxTzosIHfBlx39g2KLbY/OJlJn3A=
|
||||
github.com/disgoorg/disgo v0.13.21/go.mod h1:VpRp9ifKNcQ05mgIx9l5oU4TADysXUGmNx9iHM9/DpA=
|
||||
github.com/disgoorg/disgo v0.13.22 h1:Vf49TkfC5djuMTbS9qdg/pr/pCNUxHQtx8/dMPu3aWI=
|
||||
github.com/disgoorg/disgo v0.13.22/go.mod h1:YiVpXSmyXLRalYQHTHUFWEQvolCNzw0zh6nfug07b/M=
|
||||
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=
|
||||
github.com/disgoorg/log v1.2.0/go.mod h1:3x1KDG6DI1CE2pDwi3qlwT3wlXpeHW/5rVay+1qDqOo=
|
||||
github.com/disgoorg/snowflake/v2 v2.0.1 h1:CuUxGLwggUxEswZOmZ+mZ5i0xSumQdXW9tXW7uGqe+0=
|
||||
|
Loading…
x
Reference in New Issue
Block a user