matryer / vice

Go channels at horizontal scale (powered by message queues)
https://medium.com/@matryer/introducing-vice-go-channels-across-many-machines-bcac1147d7e2
Apache License 2.0
1.54k stars 79 forks source link

use nats.go and stan.go for importing #58

Closed h8liu closed 2 years ago

h8liu commented 5 years ago

nats.io changed there imports

this will fix build errors such as this one: https://gopkgs.io/builds/20190511-011356-c6aba11f

ojizero commented 2 years ago

He there @h8liu 👋🏻 apologies for a super late response to this PR!

This was merged under #60, which also did a bunch of house cleaning work around Vice! Should be fully backwards compatible however it was released under v2.0.0 as it also made the package a proper Go module with go.mod file declared in it!

Cheers 🍻