From 663f6d52586331aa18fdbc218bd21abee239c0c8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 22 Jan 2019 20:41:05 -0800 Subject: [PATCH] Stop trying to dep ensure in CI. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index d667db9..925d123 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,7 @@ all: .PHONY: ci-prepare ci-prepare: - $(GOCMD) get -u github.com/golang/dep/cmd/dep $(GOCMD) get -u github.com/estesp/manifest-tool - dep ensure -v .PHONY: build build: