Update go.mod

This commit is contained in:
Dusty.P 2024-01-06 20:21:06 -09:00 committed by GitHub
parent 52b28f3a82
commit b8ee6898cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
go.mod
View File

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