aerospike / aerospike-client-go

Aerospike Client Go
Apache License 2.0
432 stars 198 forks source link

Modules support #288

Closed mariaefi29 closed 3 years ago

mariaefi29 commented 4 years ago

Dear developers,

Could you please provide some information when you are planning to add modules dependency support?

Now we have to use vendor folder, because it pulls the wrong version of aerospike library after adding docker features in our app.

Would be very grateful for your reply.

khaf commented 4 years ago

I'm not sure when I'm going to do this, since it requires a new release workflow. At the moment we have two repos, one private, in which we do our experiments and testing. The public repo only reflects parts of the private one. Go modules will drastically change that, and I will have to update our release scripts and documentation to be able to support the Go modules.

No promises, but I'll see what I can do.

mariaefi29 commented 4 years ago

Thank you for information @khaf!

khaf commented 3 years ago

Addressed via release of the v5.

mariaefi29 commented 3 years ago

Thank you so much! Great news!