go1.13 and vendored dependencies

This commit is contained in:
ston1th 2019-09-03 21:46:50 +02:00
commit f6dbdcf460
18 changed files with 22 additions and 4321 deletions

View file

@ -1,5 +1,5 @@
CC=go
BUILD=build -v
BUILD=build -v -trimpath
VERSION=$(shell cat VERSION)
GCFLAGS=-gcflags '-e'
LDFLAGS=-ldflags '-X main.version=$(VERSION) -s -w'