disgoman/go.mod
2024-01-06 20:21:06 -09:00

9 lines
178 B
Modula-2

module github.com/dustinpianalto/disgoman
go 1.14
require (
github.com/dustinpianalto/discordgo v0.0.4
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
)