File tree Expand file tree Collapse file tree 20 files changed +32
-27
lines changed Expand file tree Collapse file tree 20 files changed +32
-27
lines changed Original file line number Diff line number Diff line change 44 "fmt"
55 "os"
66
7- "github.com/qiniu/qshell/iqshell"
7+ "github.com/qiniu/qshell/v2/ iqshell"
88 "github.com/spf13/cobra"
99)
1010
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package cmd
22
33import (
44 "github.com/astaxie/beego/logs"
5- "github.com/qiniu/qshell/iqshell"
5+ "github.com/qiniu/qshell/v2/ iqshell"
66 "github.com/spf13/cobra"
77)
88
Original file line number Diff line number Diff line change 77 "time"
88
99 "github.com/qiniu/api.v7/v7/storage"
10- "github.com/qiniu/qshell/iqshell"
10+ "github.com/qiniu/qshell/v2/ iqshell"
1111 "github.com/spf13/cobra"
1212)
1313
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "github.com/aws/aws-sdk-go/aws/credentials"
1111 "github.com/aws/aws-sdk-go/aws/session"
1212 "github.com/aws/aws-sdk-go/service/s3"
13- "github.com/qiniu/qshell/iqshell"
13+ "github.com/qiniu/qshell/v2/ iqshell"
1414 "github.com/spf13/cobra"
1515)
1616
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ package cmd
22
33import (
44 "fmt"
5+ "os"
6+
57 "github.com/astaxie/beego/logs"
6- "github.com/qiniu/qshell/iqshell"
8+ "github.com/qiniu/qshell/v2/ iqshell"
79 "github.com/spf13/cobra"
8- "os"
910)
1011
1112var bucketsCmd = & cobra.Command {
Original file line number Diff line number Diff line change 88 "strings"
99
1010 "github.com/qiniu/api.v7/v7/cdn"
11- "github.com/qiniu/qshell/iqshell"
11+ "github.com/qiniu/qshell/v2/ iqshell"
1212 "github.com/spf13/cobra"
1313)
1414
Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ package cmd
22
33import (
44 "fmt"
5- "github.com/qiniu/qshell/iqshell"
6- "github.com/spf13/cobra"
75 "os"
6+
7+ "github.com/qiniu/qshell/v2/iqshell"
8+ "github.com/spf13/cobra"
89)
910
1011var (
Original file line number Diff line number Diff line change 88 "time"
99
1010 "github.com/qiniu/api.v7/v7/storage"
11- "github.com/qiniu/qshell/iqshell"
11+ "github.com/qiniu/qshell/v2/ iqshell"
1212 "github.com/spf13/cobra"
1313)
1414
Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ import (
44 "bytes"
55 "encoding/json"
66 "fmt"
7- "github.com/astaxie/beego/logs"
8- "github.com/qiniu/qshell/iqshell"
9- "github.com/spf13/cobra"
107 "io/ioutil"
118 "os"
9+
10+ "github.com/astaxie/beego/logs"
11+ "github.com/qiniu/qshell/v2/iqshell"
12+ "github.com/spf13/cobra"
1213)
1314
1415var qDownloadCmd = & cobra.Command {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010
1111 "github.com/astaxie/beego/logs"
1212 "github.com/qiniu/api.v7/v7/storage"
13- "github.com/qiniu/qshell/iqshell"
13+ "github.com/qiniu/qshell/v2/ iqshell"
1414 "github.com/spf13/cobra"
1515)
1616
You can’t perform that action at this time.
0 commit comments