Add error handler and error channel

Update dependencies
This commit is contained in:
Dusty Pianalto
2020-04-19 17:23:05 -08:00
parent a4fda79677
commit 1ca743ac1b
3 changed files with 13 additions and 48 deletions
+1 -2
View File
@@ -3,9 +3,8 @@ module djpianalto.com/goff
go 1.14
require (
github.com/MikeModder/anpan v0.0.0-20190831213521-34b01a6cec0a
github.com/bwmarrin/discordgo v0.20.2
github.com/dustinpianalto/disgoman v0.0.0-20200407073246-017a13d2f100
github.com/dustinpianalto/disgoman v0.0.0-20200420005144-c3143ea66130
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/lib/pq v1.3.0
)