gambot/go.mod

19 lines
433 B
Modula-2
Raw Normal View History

2025-01-20 22:39:01 -08:00
module gambot
go 1.23
require (
github.com/bwmarrin/discordgo v0.28.1
github.com/mattn/go-sqlite3 v1.14.24
github.com/yuin/gluamapper v0.0.0-20150323120927-d836955830e7
github.com/yuin/gopher-lua v1.1.1
golang.org/x/text v0.11.0
)
require (
github.com/gorilla/websocket v1.5.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/sys v0.10.0 // indirect
)