-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
28 lines (26 loc) · 1.01 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
module xpan
go 1.14
require (
github.com/GeertJohan/go.incremental v1.0.0
github.com/GeertJohan/go.rice v1.0.0 // indirect
github.com/astaxie/beego v1.12.1 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.9.0
github.com/golang/protobuf v1.4.0
github.com/gorilla/websocket v1.4.2
github.com/iikira/Baidu-Login v1.2.2
github.com/iikira/BaiduPCS-Go v3.5.6+incompatible
github.com/iikira/baidu-tools v0.0.0-20190609113215-4dd64618064d
github.com/json-iterator/go v1.1.9
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/kr/pretty v0.2.0 // indirect
github.com/mattn/go-runewidth v0.0.7
github.com/oleiade/lane v1.0.0
github.com/olekukonko/tablewriter v0.0.4
github.com/peterh/liner v1.2.0
github.com/urfave/cli v1.22.4
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
)