-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
35 lines (33 loc) · 1.12 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
module eonza
go 1.16
require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/alecthomas/chroma v0.10.0
github.com/atotto/clipboard v0.1.4
github.com/boombuler/barcode v1.0.1 // indirect
github.com/dlclark/regexp2 v1.8.0 // indirect
github.com/gentee/gentee v1.22.0
github.com/gentee/systray v1.3.1
github.com/go-sql-driver/mysql v1.7.0
github.com/go-test/deep v1.1.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gorilla/websocket v1.5.0
github.com/kataras/golog v0.1.8
github.com/kr/text v0.2.0 // indirect
github.com/labstack/echo/v4 v4.10.0
github.com/lib/pq v1.10.7
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pquerna/otp v1.4.0
github.com/robfig/cron/v3 v3.0.1
github.com/xhit/go-simple-mail/v2 v2.13.0
github.com/xuri/excelize/v2 v2.7.0
github.com/yuin/goldmark v1.5.4
github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594
golang.org/x/crypto v0.6.0
golang.org/x/sys v0.5.0
golang.org/x/text v0.7.0
golang.org/x/time v0.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.67.0
gopkg.in/yaml.v3 v3.0.1
)