From e7380750f83b2dca1c0ddca4b0c05a679952b891 Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Sat, 11 May 2019 15:25:07 +0200 Subject: [PATCH] ISSUE-223 --- .travis.yml | 2 +- go.mod | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3d599aa..b03a208 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - echo "This is an override of the default install deps step in travis." script: - - go get -u -v ./... + - go get -t -u -v ./... - go build -v . - go vet ./... - go test ./... diff --git a/go.mod b/go.mod index 1583748..9145fef 100644 --- a/go.mod +++ b/go.mod @@ -21,7 +21,6 @@ require ( github.com/microcosm-cc/bluemonday v1.0.2 github.com/minio/cli v1.3.0 github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect - github.com/russross/blackfriday/v2 v2.0.1 github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9 github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce