tx7do / kratos-transport

kratos transport layer extension
MIT License
340 stars 92 forks source link

从1.0.12升级到1.1.1 直接失败 #68

Closed fredmuyu closed 8 months ago

fredmuyu commented 8 months ago

go mod tidy go: finding module for package github.com/tx7do/kratos-transport/_example/api/manual umcloud-go/app/iot imports github.com/tx7do/kratos-transport/transport/mqtt imports github.com/tx7do/kratos-transport/broker/mqtt tested by github.com/tx7do/kratos-transport/broker/mqtt.test imports github.com/tx7do/kratos-transport/_example/api/manual: module github.com/tx7do/kratos-transport@latest found (v1.1.1), but does not contain package github.com/tx7do/kratos-transport/_example/api/manual

fredmuyu commented 8 months ago

单独get github.com/tx7do/kratos-transport/broker/mqtt 就可以了,应该是我本地环境问题

tx7do commented 8 months ago

跟你环境也没关系,go的cli是这样的,有时候升级不上去,单独get包就可以了。