File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ go 1.17
44
55require (
66 github.com/c-bata/go-prompt v0.2.6
7- github.com/chyroc/go-aliyundrive v0.7 .0
7+ github.com/chyroc/go-aliyundrive v0.9 .0
88 github.com/chyroc/go2tv v1.14.0
99 github.com/fatih/color v1.12.0
1010 github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
1111 github.com/manifoldco/promptui v0.9.0
1212 github.com/olekukonko/tablewriter v0.0.5
13- github.com/stretchr/testify v1.7.0
13+ github.com/stretchr/testify v1.7.1
1414 golang.org/x/sys v0.0.0-20220209214540-3681064d5158
1515)
1616
Original file line number Diff line number Diff line change 11github.com/c-bata/go-prompt v0.2.6 h1:POP+nrHE+DfLYx370bedwNhsqmpCUynWPxuHi0C5vZI =
22github.com/c-bata/go-prompt v0.2.6 /go.mod h1:/LMAke8wD2FsNu9EXNdHxNLbd9MedkPnCdfpU9wwHfY =
3- github.com/chyroc/go-aliyundrive v0.7 .0 h1:Rq0sM+4/P8Mia5JE3MOuhHX6urhbcAnYkQdlbHjVipU =
4- github.com/chyroc/go-aliyundrive v0.7 .0 /go.mod h1:hxb8ATuoODZXc0L6g4kFAXtbxeeZaTCIEXeyDgAkRAY =
3+ github.com/chyroc/go-aliyundrive v0.9 .0 h1:toskJaXn1/zDMUPYVkdfNX/uflkkxeYScXhhup4Bg+c =
4+ github.com/chyroc/go-aliyundrive v0.9 .0 /go.mod h1:o8xngVcDDtRxEP+aQAoJSKpaKW9g0NyJj7tshBQ8/ng =
55github.com/chyroc/go2tv v1.14.0 h1:TdKIfgGACQ3HjxhT00+RMTCxwTSsNRV6dttvK0efKHk =
66github.com/chyroc/go2tv v1.14.0 /go.mod h1:ABGOBJOi6rEBCTY8hLmbek/lI7vSEipdRPO0QBtgDIo =
77github.com/chyroc/gorequests v0.32.0 h1:+UVJd/qA/b0W0/gzh9K+VGkpTqctrjuVvD2rB6hvlwI =
@@ -96,8 +96,9 @@ github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e/go.mod h1:XV66xRDq
9696github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
9797github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
9898github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
99- github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
10099github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
100+ github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY =
101+ github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
101102golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
102103golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
103104golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 h1:71vQrMauZZhcTVK6KdYM+rklehEEwb3E+ZhaE5jrPrE =
You can’t perform that action at this time.
0 commit comments