tx7do / kratos-transport

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

rabbitmq存在方法未实现 #54

Closed zhongy-web closed 1 year ago

zhongy-web commented 1 year ago

image image

tx7do commented 1 year ago

更新到最新版本就可以了。之前没注意,升级了kratos的版本,结果出现了这个问题。我都已经修复了。更新就是了。

zhongy-web @.***> 于2023年7月28日周五 14:29写道:

[image: image] https://user-images.githubusercontent.com/70579263/256741840-3a067ff5-b4de-4cc5-b450-7018718b1364.png [image: image] https://user-images.githubusercontent.com/70579263/256741882-4d067b3f-c80b-4457-ae6e-615ea70a50fd.png

— Reply to this email directly, view it on GitHub https://github.com/tx7do/kratos-transport/issues/54, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZKQJGGQUZW4LGFGL4GMHDXSNL4LANCNFSM6AAAAAA23B2DPA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

zhongy-web commented 1 year ago

该怎么拉到类似这种临时版本的依赖呢?

image

我这里好像只能拉到这个 image

tx7do commented 1 year ago

用 go get -u

zhongy-web commented 1 year ago

用 go get -u

不行,我在你仓库的go.mod里面找了个临时版本号解决了^^ image

tx7do commented 1 year ago

呃,不能吧……我好像直接加-u就更新到最新的版本了。而且,我还是走的国内的代理。

zhongy-web commented 1 year ago

emm,不清楚,我这里go get -u 只能更新这个你打了tag的https://github.com/tx7do/kratos-transport/的依赖包,但是github.com/tx7do/kratos-transport/transport/rabbitmq 这个还是显示的v1.0.0

tx7do commented 1 year ago

哦,你可能要删掉go.mod里面的依赖,然后,再用go get -u就可以更新到了。 咳,都怪我,当初年幼无知,给它打了一个tag……