2019-05-10 08:21:59 +00:00
|
|
|
module galched-bot
|
|
|
|
|
|
|
|
require (
|
2019-10-20 15:22:52 +00:00
|
|
|
github.com/bwmarrin/discordgo v0.20.1
|
2020-01-11 19:38:51 +00:00
|
|
|
github.com/gempir/go-twitch-irc/v2 v2.2.1
|
2019-10-20 15:22:52 +00:00
|
|
|
github.com/gorilla/websocket v1.4.1 // indirect
|
2019-05-10 08:53:58 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-05-10 08:21:59 +00:00
|
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
2019-07-28 20:10:24 +00:00
|
|
|
go.uber.org/atomic v1.3.2
|
2019-05-10 08:21:59 +00:00
|
|
|
go.uber.org/dig v1.7.0 // indirect
|
|
|
|
go.uber.org/fx v1.9.0
|
|
|
|
go.uber.org/goleak v0.10.0 // indirect
|
|
|
|
go.uber.org/multierr v1.1.0 // indirect
|
2019-10-20 15:22:52 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20191018095205-727590c5006e // indirect
|
2020-01-11 19:38:51 +00:00
|
|
|
google.golang.org/api v0.15.0
|
2019-05-10 08:21:59 +00:00
|
|
|
)
|
2019-10-20 15:22:52 +00:00
|
|
|
|
|
|
|
go 1.13
|