forked from liuzhuoling2011/BaiduPCS-Go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod.bak
37 lines (35 loc) · 1.6 KB
/
go.mod.bak
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
36
37
module github.com/Erope/BaiduPCS-Go
go 1.12
require (
github.com/GeertJohan/go.rice v1.0.0
github.com/astaxie/beego v1.12.2 // indirect
github.com/bitly/go-simplejson v0.5.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/cpuguy83/go-md2man v1.0.10 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.9.0
github.com/golang/protobuf v1.4.2
github.com/gorilla/websocket v1.4.2 // indirect
github.com/Erope/Baidu-Login v1.2.2
github.com/Erope/baidu-tools v0.0.0-20190609113215-4dd64618064d
github.com/json-iterator/go v1.1.10
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-runewidth v0.0.9
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/oleiade/lane v0.0.0-20160817071224-3053869314bb
github.com/olekukonko/tablewriter v0.0.4
github.com/peterh/liner v1.2.0
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd // indirect
github.com/urfave/cli v1.22.4
github.com/zyxar/argo v0.0.0-20190709183644-6096bc0e6414
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20200904194848-62affa334b73
golang.org/x/sys v0.0.0-20200917073148-efd3b9a0ff20
google.golang.org/protobuf v1.25.0 // indirect
)