Vendor dependencies (#3)

This commit is contained in:
Adrian Macneil 2016-08-07 23:19:39 -07:00 committed by GitHub
parent df712a3e98
commit 31ad587414
119 changed files with 222298 additions and 3 deletions

View file

@ -18,7 +18,6 @@ COPY . $GOPATH/src/github.com/amacneil/dbmate
WORKDIR $GOPATH/src/github.com/amacneil/dbmate
# build
RUN go get -d -t -v
RUN go install -v
CMD dbmate