Remove vendored dependencies

This commit is contained in:
kolaente 2020-06-28 14:00:10 +02:00
parent f30e720c7b
commit 53cfa99912
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2298 changed files with 16 additions and 904628 deletions

View file

@ -6,7 +6,6 @@ FROM golang:1-alpine AS build-env
ARG VIKUNJA_VERSION
ENV TAGS "sqlite"
ENV GO111MODULE=on
ENV GOFLAGS=-mod=vendor
# Build deps
RUN apk --no-cache add build-base git