13 lines
368 B
Modula-2
13 lines
368 B
Modula-2
module galched-bot
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.19.0
|
|
github.com/gempir/go-twitch-irc v1.1.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
go.uber.org/atomic v1.3.2 // indirect
|
|
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
|
|
)
|