From 9f42ff01125f2c08207c438200c8e00148b3d0c0 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Thu, 13 Dec 2018 16:24:42 +0300 Subject: [PATCH] Makefile updated --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7b87492..49ecf6c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ################################################################################ -# This Makefile generated by GoMakeGen 0.8.0 using next command: +# This Makefile generated by GoMakeGen 0.8.1 using next command: # gomakegen . ################################################################################ @@ -23,7 +23,7 @@ uninstall: ## Uninstall binaries deps: ## Download dependencies git config --global http.https://pkg.re.followRedirects true - go get -d -v pkg.re/essentialkaos/ek.v9 + go get -d -v pkg.re/essentialkaos/ek.v10 fmt: ## Format source code with gofmt find . -name "*.go" -exec gofmt -s -w {} \;