filestore-server icon indicating copy to clipboard operation
filestore-server copied to clipboard

no required module provides package

Open OctopusLian opened this issue 4 years ago • 0 comments

> go mod tidy
github.com/OctopusLian/filestore-server/service/apigw/handler imports
        github.com/micro/go-plugins/wrapper/breaker/hystrix: ambiguous import: found package github.com/micro/go-plugins/wrapper/breaker/hystrix in multiple modules:
        github.com/micro/go-plugins v1.5.1 (D:\code\go\pkg\mod\github.com\micro\[email protected]\wrapper\breaker\hystrix)
        github.com/micro/go-plugins/wrapper/breaker/hystrix v0.0.0-20200119172437-4fe21aa238fd (D:\code\go\pkg\mod\github.com\micro\go-plugins\wrapper\breaker\[email protected])
github.com/OctopusLian/filestore-server/service/apigw/handler imports
        github.com/micro/go-plugins/wrapper/ratelimiter/ratelimit: ambiguous import: found package github.com/micro/go-plugins/wrapper/ratelimiter/ratelimit in multiple modules:
        github.com/micro/go-plugins v1.5.1 (D:\code\go\pkg\mod\github.com\micro\[email protected]\wrapper\ratelimiter\ratelimit)
        github.com/micro/go-plugins/wrapper/ratelimiter/ratelimit v0.0.0-20200119172437-4fe21aa238fd (D:\code\go\pkg\mod\github.com\micro\go-plugins\wrapper\ratelimiter\[email protected])

OctopusLian avatar Jul 27 '21 10:07 OctopusLian