File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ require (
3333 github.com/pelletier/go-toml v1.6.0 // indirect
3434 github.com/piexlmax/gvaplug v0.0.8
3535 github.com/pkg/errors v0.9.1 // indirect
36- github.com/qiniu/api.v7 v7.2.5+incompatible
37- github.com/qiniu/x v7.0.8+incompatible // indirect
36+ github.com/qiniu/x v1.10.5
37+ github.com/qiniu/api.v7/v7 v7.4.1
3838 github.com/satori/go.uuid v1.2.0
3939 github.com/spf13/afero v1.2.2 // indirect
4040 github.com/spf13/cast v1.3.1 // indirect
@@ -52,5 +52,4 @@ require (
5252 google.golang.org/protobuf v1.24.0 // indirect
5353 gopkg.in/ini.v1 v1.55.0 // indirect
5454 gopkg.in/yaml.v2 v2.3.0 // indirect
55- qiniupkg.com/x v7.0.8+incompatible // indirect
5655)
Original file line number Diff line number Diff line change 44 "context"
55 "fmt"
66 "gin-vue-admin/global"
7- "github.com/qiniu/api.v7/auth/qbox"
8- "github.com/qiniu/api.v7/storage"
7+ "github.com/qiniu/api.v7/v7/ auth/qbox"
8+ "github.com/qiniu/api.v7/v7/ storage"
99 "mime/multipart"
1010 "time"
1111)
You can’t perform that action at this time.
0 commit comments