Goff/go.mod
2020-04-19 22:00:11 -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-20200420041406-a10b5cdbec0d
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/lib/pq v1.3.0
)