metaverse / truss

Truss helps you build go-kit microservices without having to worry about writing or maintaining boilerplate code.
Other
734 stars 143 forks source link

Update truss deps to be managed with modules #263

Closed zaquestion closed 5 years ago

zaquestion commented 5 years ago

@adamryman works with go1.10 because go mod vendor keeps the vendors in sync.

kainoaseto commented 5 years ago

Added commit for using drop in replacement of go-bindata that is more maintained and updated makefile to pull modules when modules are specified to be used.

zaquestion commented 5 years ago

@ianfoo correct its additive as seen here: https://travis-ci.org/metaverse/truss/builds/483689196

This is intentional so that go1.11 is tested with and without GO111MODULE=on