-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
54 lines (50 loc) · 1.91 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
module eonza
go 1.23
toolchain go1.23.0
require (
github.com/PuerkitoBio/goquery v1.10.1
github.com/alecthomas/chroma v0.10.0
github.com/atotto/clipboard v0.1.4
github.com/gentee/gentee v1.22.0
github.com/gentee/systray v1.3.1
github.com/go-sql-driver/mysql v1.8.1
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gorilla/websocket v1.5.3
github.com/kataras/golog v0.1.12
github.com/labstack/echo/v4 v4.13.3
github.com/lib/pq v1.10.9
github.com/pquerna/otp v1.4.0
github.com/robfig/cron/v3 v3.0.1
github.com/xhit/go-simple-mail/v2 v2.16.0
github.com/xuri/excelize/v2 v2.9.0
github.com/yuin/goldmark v1.7.8
github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594
golang.org/x/crypto v0.32.0
golang.org/x/sys v0.29.0
golang.org/x/text v0.21.0
gopkg.in/ini.v1 v1.67.0
gopkg.in/yaml.v3 v3.0.1
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/boombuler/barcode v1.0.2 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/go-test/deep v1.1.0 // indirect
github.com/kataras/pio v0.0.13 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.4 // indirect
github.com/toorop/go-dkim v0.0.0-20240103092955-90b7d1423f92 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/xuri/efp v0.0.0-20241211021726-c4e992084aa6 // indirect
github.com/xuri/nfp v0.0.0-20250111060730-82a408b9aa71 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/time v0.9.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)