VolantMQ / volantmq

High-Performance MQTT Server
Apache License 2.0
981 stars 169 forks source link

persistence bbolt plugin build problem #175

Open joyhope opened 4 years ago

joyhope commented 4 years ago

I try config volantmq with plugin, but build plugin is success, but unable to run.

Error: plugin was built with a different version of package gopkg.in/yaml.v3

I am not sure where is the problem.

joyhope commented 4 years ago

volantmq go.mod is required to updated .

gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71

=》 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c

The problem solved.

troian commented 4 years ago

thanks, i'll update