Update dependencies

This commit is contained in:
Alexander Neumann
2019-04-24 15:17:48 +02:00
parent c7762453cf
commit ca8c3b4fd5
286 changed files with 28157 additions and 15885 deletions
+3
View File
@@ -9,6 +9,9 @@ GOOS=darwin go build
echo "Building for FreeBSD..."
GOOS=freebsd go build
echo "Building for Windows...(dummy)"
GOOS=windows go build
echo "Running tests..."
go vet
go test -v -race -coverprofile=coverage.txt -covermode=atomic