Skip to content

Commit c883bf2

Browse files
Bump github.com/slack-go/slack from 0.12.3 to 0.12.5
Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.12.3 to 0.12.5. - [Release notes](https://github.com/slack-go/slack/releases) - [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md) - [Commits](slack-go/slack@v0.12.3...v0.12.5) --- updated-dependencies: - dependency-name: github.com/slack-go/slack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1bc425f commit c883bf2

File tree

2 files changed

+30
-400
lines changed

2 files changed

+30
-400
lines changed

Diff for: go.mod

+1-18
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,16 @@
11
module github.com/insomniacslk/irc-slack
22

33
require (
4-
github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c // indirect
54
github.com/chromedp/cdproto v0.0.0-20240102194822-c006b26f21c7
65
github.com/chromedp/chromedp v0.9.3
76
github.com/coredhcp/coredhcp v0.0.0-20231020075302-1cd0fca8759a
8-
github.com/coredhcp/plugins v0.0.0-20191121175107-a201c0b24a48 // indirect
97
github.com/gobwas/ws v1.3.2 // indirect
10-
github.com/golangci/golangci-lint v1.21.0 // indirect
11-
github.com/gomodule/redigo v2.0.0+incompatible // indirect
128
github.com/gorilla/websocket v1.5.1 // indirect
13-
github.com/knq/sysutil v0.0.0-20191005231841-15668db23d08 // indirect
14-
github.com/lusis/go-slackbot v0.0.0-20180109053408-401027ccfef5 // indirect
15-
github.com/lusis/slack-test v0.0.0-20190426140909-c40012f20018 // indirect
16-
github.com/mattn/go-colorable v0.1.13 // indirect
17-
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7 // indirect
18-
github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065 // indirect
19-
github.com/pelletier/go-toml v1.8.1 // indirect
20-
github.com/pkg/errors v0.9.1 // indirect
219
github.com/sirupsen/logrus v1.9.3
22-
github.com/slack-go/slack v0.12.3
10+
github.com/slack-go/slack v0.12.5
2311
github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c
2412
github.com/stretchr/testify v1.8.4
25-
github.com/u-root/u-root v7.0.0+incompatible // indirect
26-
github.com/willf/bitset v1.1.11 // indirect
27-
golang.org/x/crypto v0.18.0
2813
golang.org/x/net v0.20.0 // indirect
29-
golang.org/x/term v0.16.0
30-
gopkg.in/yaml.v2 v2.4.0 // indirect
3114
)
3215

3316
go 1.14

0 commit comments

Comments
 (0)