diff --git a/go.mod b/go.mod index 905cc4f..9d34c14 100644 --- a/go.mod +++ b/go.mod @@ -2,11 +2,13 @@ module banner go 1.21 -require github.com/bwmarrin/discordgo v0.27.0 -require github.com/joho/godotenv v1.5.1 +require github.com/bwmarrin/discordgo v0.27.1 + +require github.com/joho/godotenv v1.5.1 require ( - github.com/gorilla/websocket v1.4.2 // indirect - golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect - golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect + github.com/gorilla/websocket v1.5.1 // fndirect + golang.org/x/crypto v0.16.0 // indirect + golang.org/x/net v0.19.0 // indirect + golang.org/x/sys v0.15.0 // indirect )