mirror of
https://github.com/idanoo/GoDiscMoji
synced 2025-07-22 18:49:09 +00:00
15 lines
333 B
Modula-2
15 lines
333 B
Modula-2
module github.com/idanoo/GoDiscMoji
|
|
|
|
go 1.23.4
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.29.0
|
|
github.com/golang-migrate/migrate v3.5.4+incompatible
|
|
github.com/mattn/go-sqlite3 v1.14.28
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
golang.org/x/crypto v0.40.0 // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
)
|