-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
35 lines (32 loc) · 1.19 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.0
github.com/alecthomas/chroma v0.9.4
github.com/atotto/clipboard v0.1.4
github.com/boombuler/barcode v1.0.1 // indirect
github.com/gentee/eonza-pro v0.0.0-00010101000000-000000000000
github.com/gentee/gentee v1.22.0
github.com/gentee/systray v1.3.1
github.com/go-sql-driver/mysql v1.6.0
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gorilla/websocket v1.4.2
github.com/kataras/golog v0.1.7
github.com/kr/text v0.2.0 // indirect
github.com/labstack/echo/v4 v4.6.1
github.com/lib/pq v1.10.4
github.com/pquerna/otp v1.3.0 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/xhit/go-simple-mail/v2 v2.10.0
github.com/xuri/excelize/v2 v2.4.1
github.com/yuin/goldmark v1.4.4
github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b
golang.org/x/sys v0.0.0-20211210111614-af8b64212486
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/ini.v1 v1.66.2
gopkg.in/yaml.v2 v2.4.0
)
replace github.com/gentee/eonza-pro => ../eonza-pro