Closed zaquestion closed 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.
@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
@adamryman works with go1.10 because
go mod vendor
keeps the vendors in sync.