Goff/go.mod
Dusty Pianalto 1ca743ac1b Add error handler and error channel
Update dependencies
2020-04-19 17:23:05 -08:00

11 lines
255 B
Modula-2

module djpianalto.com/goff
go 1.14
require (
github.com/bwmarrin/discordgo v0.20.2
github.com/dustinpianalto/disgoman v0.0.0-20200420005144-c3143ea66130
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/lib/pq v1.3.0
)