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

9 lines
178 B
Modula-2

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