fix(deps): update all dependencies
This commit is contained in:
parent
b49d7cc068
commit
7beb78e0a3
2 changed files with 15 additions and 5 deletions
10
go.mod
10
go.mod
|
@ -3,11 +3,11 @@ module grow.rievo.dev/discordBots
|
|||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/disgoorg/disgo v0.18.11
|
||||
github.com/disgoorg/disgo v0.18.13
|
||||
github.com/disgoorg/snowflake/v2 v2.0.3
|
||||
github.com/miekg/dns v1.1.62
|
||||
golang.org/x/net v0.28.0
|
||||
modernc.org/sqlite v1.32.0
|
||||
golang.org/x/net v0.30.0
|
||||
modernc.org/sqlite v1.33.1
|
||||
)
|
||||
|
||||
require (
|
||||
|
@ -20,10 +20,10 @@ require (
|
|||
github.com/ncruces/go-strftime v0.1.9 // indirect
|
||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||||
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
|
||||
golang.org/x/crypto v0.26.0 // indirect
|
||||
golang.org/x/crypto v0.28.0 // indirect
|
||||
golang.org/x/mod v0.18.0 // indirect
|
||||
golang.org/x/sync v0.7.0 // indirect
|
||||
golang.org/x/sys v0.23.0 // indirect
|
||||
golang.org/x/sys v0.26.0 // indirect
|
||||
golang.org/x/tools v0.22.0 // indirect
|
||||
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
|
||||
modernc.org/libc v1.55.3 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue