hnbot/go.mod

19 lines
467 B
Modula-2
Raw Normal View History

module gitlab.com/ekzyis/hnbot
go 1.20
2023-04-19 22:20:32 +00:00
require (
2024-03-17 20:49:17 +00:00
github.com/bwmarrin/discordgo v0.27.1
2023-04-19 22:20:32 +00:00
github.com/dustin/go-humanize v1.0.1
github.com/ekzyis/sn-goapi v0.3.3
2023-04-19 22:20:32 +00:00
github.com/joho/godotenv v1.5.1
2024-03-17 20:49:17 +00:00
github.com/mattn/go-sqlite3 v1.14.22
2023-04-19 22:20:32 +00:00
github.com/namsral/flag v1.7.4-pre
)
require (
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
)