mirror of
https://github.com/idanoo/GoDiscMoji
synced 2025-07-25 20:09:10 +00:00
Initial Commit
This commit is contained in:
parent
f278ffc00c
commit
a8b2007f05
13 changed files with 386 additions and 0 deletions
12
src/go.mod
Normal file
12
src/go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue