-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (27 loc) · 1.03 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/Brawl345/gobot
go 1.22
require (
github.com/PaulSonOfLars/gotgbot/v2 v2.0.0-rc.30
github.com/go-shiori/go-readability v0.0.0-20240701094332-1070de7e32ef
github.com/go-sql-driver/mysql v1.8.1
github.com/jmoiron/sqlx v1.4.0
github.com/joho/godotenv v1.5.1
github.com/rs/xid v1.5.0
github.com/rs/zerolog v1.33.0
github.com/rubenv/sql-migrate v1.7.0
github.com/sosodev/duration v1.3.1
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c // indirect
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
)