mirror of
https://github.com/idanoo/GoDiscMoji
synced 2025-07-25 20:09:10 +00:00
Add command
This commit is contained in:
parent
5dccf9580f
commit
cd248dcaef
7 changed files with 166 additions and 28 deletions
|
@ -3,13 +3,13 @@ module github.com/idanoo/GoDiscMoji
|
|||
go 1.23.4
|
||||
|
||||
require (
|
||||
github.com/bwmarrin/discordgo v0.28.1
|
||||
github.com/bwmarrin/discordgo v0.29.0
|
||||
github.com/golang-migrate/migrate v3.5.4+incompatible
|
||||
github.com/mattn/go-sqlite3 v1.14.24
|
||||
github.com/mattn/go-sqlite3 v1.14.28
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
golang.org/x/crypto v0.36.0 // indirect
|
||||
golang.org/x/sys v0.31.0 // indirect
|
||||
golang.org/x/crypto v0.39.0 // indirect
|
||||
golang.org/x/sys v0.33.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue