ajvb / kala

Modern Job Scheduler
MIT License
2.12k stars 187 forks source link

Use Go Modules #194

Closed tooolbox closed 4 years ago

tooolbox commented 4 years ago

Changed over the project to use Go Modules as the dependency management. Would fix https://github.com/ajvb/kala/issues/182

Tests pass except for Consul and Mongo, which is unsurprising as I don't have either of those running. Tests pass in CircleCI.

tooolbox commented 4 years ago

@ajvb would appreciate your thoughts on this!