-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andrea Barberio <[email protected]>
- Loading branch information
1 parent
9fb3e16
commit 8e89e48
Showing
4 changed files
with
50 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
module github.com/insomniacslk/irc-slack | ||
|
||
require ( | ||
github.com/chromedp/cdproto v0.0.0-20220525225945-2a6180d575f6 | ||
github.com/chromedp/chromedp v0.8.2 | ||
github.com/coredhcp/coredhcp v0.0.0-20220103131054-0f369d72376b | ||
github.com/chromedp/cdproto v0.0.0-20230213000208-1903a0cd6c4c | ||
github.com/chromedp/chromedp v0.8.7 | ||
github.com/coredhcp/coredhcp v0.0.0-20220602152301-a2552c5c1b7a | ||
github.com/coredhcp/plugins v0.0.0-20191121175107-a201c0b24a48 // indirect | ||
github.com/golangci/golangci-lint v1.21.0 // indirect | ||
github.com/gomodule/redigo v2.0.0+incompatible // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/knq/sysutil v0.0.0-20191005231841-15668db23d08 // indirect | ||
github.com/lusis/go-slackbot v0.0.0-20180109053408-401027ccfef5 // indirect | ||
github.com/lusis/slack-test v0.0.0-20190426140909-c40012f20018 // indirect | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/slack-go/slack v0.10.3 | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/slack-go/slack v0.12.1 | ||
github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e | ||
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 | ||
golang.org/x/crypto v0.6.0 | ||
golang.org/x/term v0.5.0 | ||
) | ||
|
||
go 1.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters