github.com/qjfoidnh/BaiduPCS-Go@v0.0.0-20231011165705-caa18a3765f3/go.mod (about)

     1  module github.com/qjfoidnh/BaiduPCS-Go
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/GeertJohan/go.incremental v1.0.0
     7  	github.com/dgrijalva/jwt-go v3.2.0+incompatible
     8  	github.com/fatih/color v1.10.0
     9  	github.com/golang/protobuf v1.4.3
    10  	github.com/json-iterator/go v1.1.10
    11  	github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
    12  	github.com/mattn/go-runewidth v0.0.9
    13  	github.com/oleiade/lane v1.0.1
    14  	github.com/olekukonko/tablewriter v0.0.4
    15  	github.com/peterh/liner v1.2.1
    16  	github.com/qjfoidnh/Baidu-Login v1.4.1
    17  	github.com/qjfoidnh/baidu-tools v1.2.0 //dfa5778abeed
    18  	github.com/tidwall/gjson v1.6.4
    19  	github.com/urfave/cli v1.22.5
    20  	golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
    21  	golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
    22  )
    23  
    24  require (
    25  	github.com/GeertJohan/go.rice v1.0.2 // indirect
    26  	github.com/astaxie/beego v1.12.3 // indirect
    27  	github.com/bitly/go-simplejson v0.5.0 // indirect
    28  	github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
    29  	github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
    30  	github.com/daaku/go.zipexe v1.0.2 // indirect
    31  	github.com/mattn/go-colorable v0.1.8 // indirect
    32  	github.com/mattn/go-isatty v0.0.12 // indirect
    33  	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
    34  	github.com/modern-go/reflect2 v1.0.1 // indirect
    35  	github.com/russross/blackfriday/v2 v2.0.1 // indirect
    36  	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
    37  	github.com/tidwall/match v1.0.1 // indirect
    38  	github.com/tidwall/pretty v1.0.2 // indirect
    39  	google.golang.org/protobuf v1.23.0 // indirect
    40  )