Compare commits

...

2 Commits

Author SHA1 Message Date
Dusty.P
b8ee6898cd
Update go.mod 2024-01-06 20:21:06 -09:00
Dusty.P
52b28f3a82
Update go.mod 2024-01-06 20:16:46 -09:00

2
go.mod
View File

@ -3,6 +3,6 @@ module github.com/dustinpianalto/disgoman
go 1.14
require (
github.com/dustinpianalto/discordgo v0.0.3
github.com/dustinpianalto/discordgo v0.0.4
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
)