travisjeffery / jocko

Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native)
https://twitter.com/travisjeffery
MIT License
4.94k stars 363 forks source link

use go module build? #149

Closed thinkerou closed 6 years ago

thinkerou commented 6 years ago

Hi, @travisjeffery I found use dep build project now, the project need to use go module(go 1.11)? If the project require go version >= go 1.11, I think it need. ok? I can commit one pull request. thanks!

travisjeffery commented 6 years ago

@thinkerou yeah I'd like to start using go module. Please make a PR!

sah4ez commented 5 years ago

Hi everyone! See my PR #155