Update go.mod

This commit is contained in:
Dusty.P 2024-01-06 20:16:46 -09:00 committed by GitHub
parent d2ed70afda
commit 52b28f3a82
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 go 1.14
require ( require (
github.com/dustinpianalto/discordgo v0.0.3 github.com/dustinpianalto/discordgo latest
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
) )