From 019928d8cb7fadd1f7375ab72001a8cfe7373262 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Jan 2023 03:31:02 +0200 Subject: [PATCH] fix(deps): Update module github.com/slack-go/slack to v0.12.1 (#6177) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
slack-go/slack ### [`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 [@​kanata2](https://togithub.com/kanata2) in [https://github.com/slack-go/slack/pull/1148](https://togithub.com/slack-go/slack/pull/1148) - Added new FileUploadV2 function to avoid server side file timeouts by [@​sarthakkothari](https://togithub.com/sarthakkothari) in [https://github.com/slack-go/slack/pull/1130](https://togithub.com/slack-go/slack/pull/1130) #### New Contributors - [@​sarthakkothari](https://togithub.com/sarthakkothari) made their first contribution in [https://github.com/slack-go/slack/pull/1130](https://togithub.com/slack-go/slack/pull/1130) **Full Changelog**: https://github.com/slack-go/slack/compare/v0.12.0...v0.12.1
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- plugins/source/slack/go.mod | 2 +- plugins/source/slack/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/source/slack/go.mod b/plugins/source/slack/go.mod index c11d3a9d8586ad..d5da379b81d003 100644 --- a/plugins/source/slack/go.mod +++ b/plugins/source/slack/go.mod @@ -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 ) diff --git a/plugins/source/slack/go.sum b/plugins/source/slack/go.sum index 9c12450b374ed2..12152bc6fc0ba8 100644 --- a/plugins/source/slack/go.sum +++ b/plugins/source/slack/go.sum @@ -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=