-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 824 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module v-bot
go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/axiaoxin-com/chaojiying v1.0.0
github.com/axiaoxin-com/cronweibo v1.0.4-0.20201123021950-a94ac63a0405
github.com/axiaoxin-com/logging v1.2.7
github.com/axiaoxin-com/weibo v1.0.7-0.20201123021852-bcf4f185ff5c
github.com/axiaoxin-com/wttrin v0.0.0-20200507062543-ae729320293f
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/jmoiron/sqlx v1.2.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pkg/errors v0.9.1
github.com/rakyll/statik v0.1.7
github.com/schollz/progressbar/v2 v2.15.0
github.com/spf13/viper v1.7.1
github.com/starainrt/astro v0.0.0-20200211034612-54723046bbe4
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
)