update packages

This commit is contained in:
Seraphim Strub 2023-01-26 00:46:26 +01:00
parent 6111381133
commit 3d13231cb9
2 changed files with 40 additions and 0 deletions

18
go.mod Normal file
View file

@ -0,0 +1,18 @@
module grow.rievo.dev/discordBots
go 1.20
require (
github.com/disgoorg/disgo v0.15.0
github.com/disgoorg/log v1.2.0
github.com/disgoorg/snowflake/v2 v2.0.1
)
require (
github.com/disgoorg/json v1.0.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/exp v0.0.0-20230124195608-d38c7dcee874 // indirect
golang.org/x/sys v0.4.0 // indirect
)