Skip to content

Commit

Permalink
feat(deps): bump github.com/slack-go/slack from 0.12.0 to 0.12.1 (#3654)
Browse files Browse the repository at this point in the history
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack)
from 0.12.0 to 0.12.1.
<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.1</h2>
<h2>What's Changed</h2>
<h3>Enhancements</h3>
<ul>
<li>Add FileUploadV2 function to avoid server side file timeouts by <a
href="https://github.com/kanata2"><code>@​kanata2</code></a> in <a
href="https://github-redirect.dependabot.com/slack-go/slack/pull/1148">slack-go/slack#1148</a>
<ul>
<li>Added new FileUploadV2 function to avoid server side file timeouts
by <a
href="https://github.com/sarthakkothari"><code>@​sarthakkothari</code></a>
in <a
href="https://github-redirect.dependabot.com/slack-go/slack/pull/1130">slack-go/slack#1130</a></li>
</ul>
</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/sarthakkothari"><code>@​sarthakkothari</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/slack-go/slack/pull/1130">slack-go/slack#1130</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/slack-go/slack/compare/v0.12.0...v0.12.1">https://github.com/slack-go/slack/compare/v0.12.0...v0.12.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/slack-go/slack/commit/beca00aafba9d6ea8e43723adeddf279a4c3450b"><code>beca00a</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/slack-go/slack/issues/1148">#1148</a>
from slack-go/large-files-upload-timeout</li>
<li><a
href="https://github.com/slack-go/slack/commit/bddec0ac2cd0142ba49f994453522141e885a9d2"><code>bddec0a</code></a>
refactor FileUploadV2 implementation</li>
<li><a
href="https://github.com/slack-go/slack/commit/7c39b554599a5cac924386bed1355b5c1ff730d9"><code>7c39b55</code></a>
More improvements</li>
<li><a
href="https://github.com/slack-go/slack/commit/5b488b4a52c6295c9e128894ed48d149ca5164b2"><code>5b488b4</code></a>
fix lint</li>
<li>See full diff in <a
href="https://github.com/slack-go/slack/compare/v0.12.0...v0.12.1">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.0&new-version=0.12.1)](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>
  • Loading branch information
dependabot[bot] committed Dec 21, 2022
1 parent 494ba29 commit 196fa6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -32,7 +32,7 @@ require (
github.com/muesli/roff v0.1.0
github.com/muesli/termenv v0.13.0
github.com/ory/dockertest/v3 v3.9.1
github.com/slack-go/slack v0.12.0
github.com/slack-go/slack v0.12.1
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.1
github.com/ulikunitz/xz v0.5.11
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -1468,8 +1468,8 @@ github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrf
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/slack-go/slack v0.12.0 h1:k93w2dvYXIUO/ggxpz/3ichCpBuCVXxxEAsRqM87np4=
github.com/slack-go/slack v0.12.0/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw=
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/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=
Expand Down

0 comments on commit 196fa6c

Please sign in to comment.