github.com/fzfile/BaiduPCS-Go@v0.0.0-20200606205115-4408961cf336/go.mod (about)

     1  module github.com/fzfile/BaiduPCS-Go
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/GeertJohan/go.incremental v1.0.0
     7  	github.com/GeertJohan/go.rice v0.0.0-20170420135705-c02ca9a983da // indirect
     8  	github.com/astaxie/beego v1.10.1 // indirect
     9  	github.com/bitly/go-simplejson v0.5.0 // indirect
    10  	github.com/daaku/go.zipexe v0.0.0-20150329023125-a5fe2436ffcb // indirect
    11  	github.com/dgrijalva/jwt-go v3.2.0+incompatible
    12  	github.com/fatih/color v0.0.0-20150510220652-1b35f289c47d
    13  	github.com/golang/protobuf v1.3.2
    14  	github.com/fzfile/Baidu-Login v1.2.2-0.20180427090606-ecf146973528
    15  	github.com/fzfile/baidu-tools v0.0.0-20190609113215-4dd64618064d
    16  	github.com/json-iterator/go v1.1.7
    17  	github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
    18  	github.com/mattn/go-runewidth v0.0.5-0.20181218000649-703b5e6b11ae
    19  	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
    20  	github.com/oleiade/lane v0.0.0-20160817071224-3053869314bb
    21  	github.com/olekukonko/tablewriter v0.0.2-0.20190618033246-cc27d85e17ce
    22  	github.com/peterh/liner v1.1.1-0.20190305032635-6f820f8f90ce
    23  	github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
    24  	github.com/urfave/cli v1.21.1-0.20190817182405-23c83030263f
    25  	golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
    26  	golang.org/x/sys v0.0.0-20191025090151-53bf42e6b339
    27  )