|
1 | 1 | module github.com/insomniacslk/irc-slack
|
2 | 2 |
|
3 | 3 | require (
|
4 |
| - github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c // indirect |
5 | 4 | github.com/chromedp/cdproto v0.0.0-20240102194822-c006b26f21c7
|
6 | 5 | github.com/chromedp/chromedp v0.9.3
|
7 | 6 | github.com/coredhcp/coredhcp v0.0.0-20231020075302-1cd0fca8759a
|
8 |
| - github.com/coredhcp/plugins v0.0.0-20191121175107-a201c0b24a48 // indirect |
9 | 7 | 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 |
12 | 8 | 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 |
21 | 9 | 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 |
23 | 11 | github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c
|
24 | 12 | 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 |
28 | 13 | 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 |
31 | 14 | )
|
32 | 15 |
|
33 | 16 | go 1.14
|
0 commit comments