himbot/go.mod

20 lines
499 B
Modula-2
Raw Normal View History

2023-12-26 18:39:21 -07:00
module himbot
2024-10-22 10:05:33 -06:00
go 1.23
2023-12-26 18:39:21 -07:00
2024-11-04 11:14:43 -06:00
require github.com/tursodatabase/libsql-client-go v0.0.0-20240902231107-85af5b9d094d
2024-11-04 01:23:57 -06:00
2023-12-26 18:39:21 -07:00
require (
2024-11-04 01:23:57 -06:00
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
2024-11-04 11:14:43 -06:00
github.com/coder/websocket v1.8.12 // indirect
2024-10-21 23:50:17 -06:00
golang.org/x/crypto v0.28.0 // indirect
2024-11-04 01:23:57 -06:00
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
2024-10-21 23:50:17 -06:00
golang.org/x/sys v0.26.0 // indirect
)
require (
github.com/bwmarrin/discordgo v0.28.1
2024-10-20 22:45:16 -06:00
github.com/gorilla/websocket v1.5.3 // indirect
2023-12-26 18:39:21 -07:00
github.com/joho/godotenv v1.5.1
)