From 33c02106627374e4d00d1ae5b0d6d7ef37f5fb3a Mon Sep 17 00:00:00 2001 From: Jithin James Date: Wed, 18 Oct 2017 16:48:21 +0530 Subject: [PATCH] Updated makefile for deps --- .travis.yml | 1 - Makefile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cdf79c64..ec12cad6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ git: depth: 3 install: - - go get golang.org/x/crypto/ssh/terminal - make install go_import_path: github.com/gin-gonic/gin diff --git a/Makefile b/Makefile index 9ba475a4..008a951e 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ deps: @hash embedmd > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ go get -u github.com/campoy/embedmd; \ fi + @go get -u golang.org/x/crypto/ssh/terminal embedmd: embedmd -d *.md