-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 661 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/Top-Ranger/announcementgo
go 1.25.0
require (
github.com/Top-Ranger/auth v1.0.0
github.com/bwmarrin/discordgo v0.29.0
github.com/domodwyer/mailyak/v3 v3.6.2
github.com/go-sql-driver/mysql v1.9.3
github.com/gorilla/feeds v1.2.0
github.com/microcosm-cc/bluemonday v1.0.27
github.com/yuin/goldmark v1.8.2
golang.org/x/crypto v0.50.0
gopkg.in/telebot.v3 v3.3.8
)
require (
filippo.io/edwards25519 v1.2.0 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
golang.org/x/net v0.53.0 // indirect
golang.org/x/sys v0.43.0 // indirect
)