19 lines
499 B
Modula-2
19 lines
499 B
Modula-2
module himbot
|
|
|
|
go 1.23
|
|
|
|
require github.com/tursodatabase/libsql-client-go v0.0.0-20240902231107-85af5b9d094d
|
|
|
|
require (
|
|
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
|
|
github.com/coder/websocket v1.8.12 // indirect
|
|
golang.org/x/crypto v0.28.0 // indirect
|
|
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.28.1
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|