Compare commits

...
2 Commits
Author SHA1 Message Date
Dusty.P d2ed70afda Update go.mod 2024-01-06 20:10:16 -09:00
Dusty.P 48dc096efc Update go.mod 2024-01-06 19:58:04 -09:00
+1 -1
View File
@@ -3,6 +3,6 @@ module github.com/dustinpianalto/disgoman
go 1.14 go 1.14
require ( require (
github.com/dustinpianalto/discordgo v0.0.1 github.com/dustinpianalto/discordgo v0.0.3
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
) )