qiniu / x

Extension of Go standard library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

module github.com/qiniu/x@latest found (v1.11.5), but does not contain package github.com/qiniu/x/bytes.v7/seekable

myafeier opened this issue · comments

go mod require. github.com/qiniu/api.v7/v7 v7.8.1

I import two package:
"github.com/qiniu/api.v7/auth/qbox"
"github.com/qiniu/api.v7/storage"

when i run go mod tidy, the following errors occurred:

=======================================
github.com/myafeier/qradmin/controller imports
github.com/qiniu/api.v7/auth/qbox imports
github.com/qiniu/x/bytes.v7/seekable: module github.com/qiniu/x@latest found (v1.11.5), but does not contain package github.com/qiniu/x/bytes.v7/seekable