-
Notifications
You must be signed in to change notification settings - Fork 469
/
go.mod
40 lines (37 loc) · 1.52 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
32
33
34
35
36
37
38
39
40
module github.com/qjfoidnh/BaiduPCS-Go
go 1.23
require (
github.com/GeertJohan/go.incremental v1.0.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.18.0
github.com/golang/protobuf v1.5.4
github.com/json-iterator/go v1.1.12
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/mattn/go-runewidth v0.0.9
github.com/oleiade/lane v1.0.1
github.com/olekukonko/tablewriter v0.0.4
github.com/peterh/liner v1.2.2
github.com/qjfoidnh/Baidu-Login v1.4.1
github.com/qjfoidnh/baidu-tools v1.2.0 //dfa5778abeed
github.com/tidwall/gjson v1.18.0
github.com/urfave/cli v1.22.5
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/sys v0.25.0
)
require (
github.com/GeertJohan/go.rice v1.0.2 // indirect
github.com/astaxie/beego v1.12.3 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/daaku/go.zipexe v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)