mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-27 01:33:39 +02:00
feat(deps): bump github.com/slack-go/slack from 0.12.1 to 0.12.2 (#3943)
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.12.1 to 0.12.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/slack-go/slack/releases">github.com/slack-go/slack's releases</a>.</em></p> <blockquote> <h2>v0.12.2</h2> <h2>What's Changed</h2> <h3>Bug fixes</h3> <ul> <li>fix: change period to comma by <a href="https://github.com/yokishava"><code>@yokishava</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1147">slack-go/slack#1147</a></li> </ul> <h3>Enhancements / Improvements</h3> <ul> <li>add datetimepicker component by <a href="https://github.com/hussachai"><code>@hussachai</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1145">slack-go/slack#1145</a></li> <li>add 2FA type to slack user by <a href="https://github.com/imilchev"><code>@imilchev</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1183">slack-go/slack#1183</a></li> <li>add support for user_profile_changed callback event by <a href="https://github.com/verygoodsoftwarenotvirus"><code>@verygoodsoftwarenotvirus</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1182">slack-go/slack#1182</a></li> <li>Export the Binder type in slacktest by <a href="https://github.com/kpaulisse"><code>@kpaulisse</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1177">slack-go/slack#1177</a></li> <li>socketmode remove duplicate debug logging by <a href="https://github.com/kittydoor"><code>@kittydoor</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1165">slack-go/slack#1165</a></li> <li>Implement context-aware RunEventLoop by <a href="https://github.com/lololozhkin"><code>@lololozhkin</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1169">slack-go/slack#1169</a></li> <li>Add ReplyUsers to Msg Struct by <a href="https://github.com/aleksa11010"><code>@aleksa11010</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1180">slack-go/slack#1180</a></li> </ul> <h3>Misc</h3> <ul> <li>Test with Go 1.18~1.20 by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1186">slack-go/slack#1186</a></li> <li>Update README for slacktest by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1187">slack-go/slack#1187</a></li> <li>Add actions/stale action by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1188">slack-go/slack#1188</a></li> <li>Increase operations-per-run by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1189">slack-go/slack#1189</a></li> <li>Bump up golangci-lint and its action to latest by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1193">slack-go/slack#1193</a></li> <li>gofmt by <a href="https://github.com/kanata2"><code>@kanata2</code></a> in <a href="https://redirect.github.com/slack-go/slack/pull/1194">slack-go/slack#1194</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hussachai"><code>@hussachai</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1145">slack-go/slack#1145</a></li> <li><a href="https://github.com/imilchev"><code>@imilchev</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1183">slack-go/slack#1183</a></li> <li><a href="https://github.com/verygoodsoftwarenotvirus"><code>@verygoodsoftwarenotvirus</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1182">slack-go/slack#1182</a></li> <li><a href="https://github.com/kpaulisse"><code>@kpaulisse</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1177">slack-go/slack#1177</a></li> <li><a href="https://github.com/kittydoor"><code>@kittydoor</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1165">slack-go/slack#1165</a></li> <li><a href="https://github.com/lololozhkin"><code>@lololozhkin</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1169">slack-go/slack#1169</a></li> <li><a href="https://github.com/aleksa11010"><code>@aleksa11010</code></a> made their first contribution in <a href="https://redirect.github.com/slack-go/slack/pull/1180">slack-go/slack#1180</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/slack-go/slack/compare/v0.12.1...v0.12.2">https://github.com/slack-go/slack/compare/v0.12.1...v0.12.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="646e50d95d
"><code>646e50d</code></a> Merge pull request <a href="https://redirect.github.com/slack-go/slack/issues/1194">#1194</a> from slack-go/fix-lintter-error</li> <li><a href="2b2e893679
"><code>2b2e893</code></a> gofmt</li> <li><a href="58c5a5f2de
"><code>58c5a5f</code></a> Merge pull request <a href="https://redirect.github.com/slack-go/slack/issues/1180">#1180</a> from aleksa11010/patch-1</li> <li><a href="5281ebe9fc
"><code>5281ebe</code></a> Merge pull request <a href="https://redirect.github.com/slack-go/slack/issues/1169">#1169</a> from lololozhkin/socketmode-runEventLoopContext</li> <li><a href="7f50a7897b
"><code>7f50a78</code></a> Merge pull request <a href="https://redirect.github.com/slack-go/slack/issues/1193">#1193</a> from slack-go/update-linter</li> <li><a href="54fa87ea90
"><code>54fa87e</code></a> Add setup-go step</li> <li><a href="39c7b2ab3b
"><code>39c7b2a</code></a> Add git repository's checkout option</li> <li><a href="d5e621e78f
"><code>d5e621e</code></a> Bump up golangci-lint and its action to latest</li> <li><a href="b4b5a6428b
"><code>b4b5a64</code></a> Merge pull request <a href="https://redirect.github.com/slack-go/slack/issues/1165">#1165</a> from kittydoor/socketmode-remove-duplicate-debug</li> <li><a href="002a1c6136
"><code>002a1c6</code></a> Merge pull request <a href="https://redirect.github.com/slack-go/slack/issues/1189">#1189</a> from slack-go/increase-operations-per-run</li> <li>Additional commits viewable in <a href="https://github.com/slack-go/slack/compare/v0.12.1...v0.12.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/slack-go/slack&package-manager=go_modules&previous-version=0.12.1&new-version=0.12.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
fd3244ffff
commit
44c6f733eb
2
go.mod
2
go.mod
@ -38,7 +38,7 @@ require (
|
||||
github.com/muesli/roff v0.1.0
|
||||
github.com/muesli/termenv v0.15.1
|
||||
github.com/ory/dockertest/v3 v3.9.1
|
||||
github.com/slack-go/slack v0.12.1
|
||||
github.com/slack-go/slack v0.12.2
|
||||
github.com/spf13/cobra v1.7.0
|
||||
github.com/stretchr/testify v1.8.2
|
||||
github.com/ulikunitz/xz v0.5.11
|
||||
|
4
go.sum
4
go.sum
@ -1985,8 +1985,8 @@ github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic
|
||||
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
|
||||
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
|
||||
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
|
||||
github.com/slack-go/slack v0.12.1 h1:X97b9g2hnITDtNsNe5GkGx6O2/Sz/uC20ejRZN6QxOw=
|
||||
github.com/slack-go/slack v0.12.1/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw=
|
||||
github.com/slack-go/slack v0.12.2 h1:x3OppyMyGIbbiyFhsBmpf9pwkUzMhthJMRNmNlA4LaQ=
|
||||
github.com/slack-go/slack v0.12.2/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw=
|
||||
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
|
||||
github.com/smartystreets/assertions v1.2.0 h1:42S6lae5dvLc7BrLu/0ugRtcFVjoJNMC/N3yZFZkDFs=
|
||||
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
|
||||
|
Loading…
Reference in New Issue
Block a user