From 07971ca38143c5faf951d152fba370ddcbe26ad5 Mon Sep 17 00:00:00 2001 From: Alex Pilon Date: Fri, 22 Feb 2019 18:24:22 -0500 Subject: deps: use go modules for dep mgmt run go mod tidy remove govendor from makefile and travis config set appropriate env vars for go modules --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e85a5f2..ab7522f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,11 +12,9 @@ install: # packages that live there. # See: https://github.com/golang/go/issues/12933 - bash scripts/gogetcookie.sh -- go get github.com/kardianos/govendor script: - make test -- make vendor-status - make vet - make website-test @@ -27,3 +25,5 @@ matrix: fast_finish: true allow_failures: - go: tip +env: + - GOFLAGS=-mod=vendor GO111MODULE=on -- cgit v1.2.3