fix(deps): update all dependencies

This commit is contained in:
Renovate Bot 2024-08-13 20:14:25 +00:00
parent e83a2a2edb
commit 928bba3699
2 changed files with 6 additions and 2 deletions

4
go.mod
View file

@ -3,9 +3,9 @@ module grow.rievo.dev/discordBots
go 1.22
require (
github.com/disgoorg/disgo v0.18.9
github.com/disgoorg/disgo v0.18.10
github.com/disgoorg/snowflake/v2 v2.0.3
github.com/miekg/dns v1.1.61
github.com/miekg/dns v1.1.62
golang.org/x/net v0.28.0
modernc.org/sqlite v1.32.0
)