Add more logs

This commit is contained in:
Matte23
2023-06-27 21:16:10 +02:00
parent 4f6af025cf
commit 21b541bdc1
6 changed files with 183 additions and 24 deletions

15
go.mod
View File

@@ -1,9 +1,16 @@
module github.com/Matte23/InnkeeperBot
go 1.17
go 1.20
require (
github.com/bwmarrin/discordgo v0.23.2
github.com/gorilla/websocket v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16 // indirect
github.com/bwmarrin/discordgo v0.27.1
go.uber.org/zap v1.24.0
)
require (
github.com/gorilla/websocket v1.5.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.10.0 // indirect
golang.org/x/sys v0.9.0 // indirect
)