mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
* Use Go 1.11 modules with `GO111MODULE=on` * Change `make vendor` target to call `go mod vendor` * Enforce builds and tests use the vendor directory by setting the `-mod=vendor` flag (notice, travis does not fetch) * Remove glide requirement and glide files