2019-05-10 08:21:59 +00:00
|
|
|
module galched-bot
|
|
|
|
|
|
|
|
require (
|
2019-05-10 08:53:58 +00:00
|
|
|
github.com/bwmarrin/discordgo v0.19.0
|
2019-07-20 19:14:07 +00:00
|
|
|
github.com/gempir/go-twitch-irc/v2 v2.2.0
|
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
|
|
|
|
)
|