-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (28 loc) · 1.1 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
module github.com/zhimaAi/go_tools
go 1.22.4
require (
github.com/BurntSushi/graphics-go v0.0.0-20160129215708-b43f31a4a966
github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/go-sql-driver/mysql v1.8.1
github.com/htruong/go-md2 v0.0.0-20170914203617-c69905b63f6f
github.com/lib/pq v1.10.9
github.com/nsqio/go-nsq v1.1.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/xuri/excelize/v2 v2.8.1
golang.org/x/crypto v0.24.0
gopkg.in/yaml.v2 v2.4.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/golang/snappy v0.0.4 // 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.3 // indirect
github.com/xuri/efp v0.0.0-20240408161823-9ad904a10d6d // indirect
github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
)