forked from user1121114685/Wallpaper_Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 813 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module steamdownload
go 1.15
require (
github.com/beego/beego/v2 v2.0.1
github.com/chromedp/cdproto v0.0.0-20201204063249-be40c824ad18
github.com/chromedp/chromedp v0.5.4
github.com/dustin/go-humanize v1.0.0
github.com/go-delve/delve v1.5.1 // indirect
github.com/gogf/gf v1.14.5
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/peterh/liner v1.2.1 // indirect
github.com/russross/blackfriday v1.6.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/spf13/cobra v1.1.1 // indirect
go.starlark.net v0.0.0-20201210151846-e81fc95f7bd5 // indirect
golang.org/x/arch v0.0.0-20201207233722-1e68675e650f // indirect
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)