19 lines
581 B
Modula-2
19 lines
581 B
Modula-2
module galched-bot
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.20.1
|
|
github.com/gempir/go-twitch-irc/v2 v2.2.2
|
|
github.com/gorilla/websocket v1.4.1 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
go.uber.org/atomic v1.3.2
|
|
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
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
|
|
golang.org/x/sys v0.0.0-20191018095205-727590c5006e // indirect
|
|
google.golang.org/api v0.15.0
|
|
)
|
|
|
|
go 1.13
|