Skip to content

Commit

Permalink
fix(deps): Update module github.com/slack-go/slack to v0.12.1 (#6177)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/slack-go/slack](https://togithub.com/slack-go/slack) | require | patch | `v0.12.0` -> `v0.12.1` |

---

### Release Notes

<details>
<summary>slack-go/slack</summary>

### [`v0.12.1`](https://togithub.com/slack-go/slack/releases/tag/v0.12.1)

[Compare Source](https://togithub.com/slack-go/slack/compare/v0.12.0...v0.12.1)

#### What's Changed

##### Enhancements

-   Add FileUploadV2 function to avoid server side file timeouts by [@&#8203;kanata2](https://togithub.com/kanata2) in [slack-go/slack#1148
    -   Added new FileUploadV2 function to avoid server side file timeouts by [@&#8203;sarthakkothari](https://togithub.com/sarthakkothari) in [slack-go/slack#1130

#### New Contributors

-   [@&#8203;sarthakkothari](https://togithub.com/sarthakkothari) made their first contribution in [slack-go/slack#1130

**Full Changelog**: slack-go/slack@v0.12.0...v0.12.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
  • Loading branch information
cq-bot committed Jan 1, 2023
1 parent 11a693e commit 019928d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/source/slack/go.mod
Expand Up @@ -7,7 +7,7 @@ require (
github.com/gertd/go-pluralize v0.2.1
github.com/golang/mock v1.6.0
github.com/rs/zerolog v1.28.0
github.com/slack-go/slack v0.12.0
github.com/slack-go/slack v0.12.1
github.com/thoas/go-funk v0.9.2
)

Expand Down
4 changes: 2 additions & 2 deletions plugins/source/slack/go.sum
Expand Up @@ -174,8 +174,8 @@ github.com/rs/zerolog v1.28.0 h1:MirSo27VyNi7RJYP3078AA1+Cyzd2GB66qy3aUHvsWY=
github.com/rs/zerolog v1.28.0/go.mod h1:NILgTygv/Uej1ra5XxGf82ZFSLk58MFGAUS2o6usyD0=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/schollz/progressbar/v3 v3.12.1 h1:JAhtIrLWAn6/p7i82SrpSG3fgAwlAxi+Sy12r4AzBvQ=
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/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=
github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU=
github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=
Expand Down

0 comments on commit 019928d

Please sign in to comment.