himbot/go.mod

19 lines
523 B
Modula-2
Raw Permalink 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
require (
2024-11-04 01:23:57 -06:00
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
2024-11-07 02:38:38 -06:00
github.com/libsql/sqlite-antlr4-parser v0.0.0-20240721121621-c0bdc870f11c // 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
2024-11-04 11:41:29 -06:00
github.com/tursodatabase/go-libsql v0.0.0-20241011135853-3effbb6dea5c
2023-12-26 18:39:21 -07:00
)