Initial Commit

This commit is contained in:
Daniel Mason 2025-01-16 00:06:17 +13:00
parent f278ffc00c
commit a8b2007f05
Signed by: idanoo
GPG key ID: 387387CDBC02F132
13 changed files with 386 additions and 0 deletions

12
src/go.mod Normal file
View file

@ -0,0 +1,12 @@
module github.com/idanoo/GoDiscMoji
go 1.23.4
require (
github.com/bwmarrin/discordgo v0.28.1 // indirect
github.com/golang-migrate/migrate v3.5.4+incompatible // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/mattn/go-sqlite3 v1.14.24 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
)