From 36ad3fcf66245a08180a94579018413ecfc65c61 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 25 Aug 2018 00:04:47 -0700 Subject: [PATCH] govendor: rebuild for go 1.11 --- srcpkgs/govendor/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/govendor/template b/srcpkgs/govendor/template index c64eaff9f14..76b83b36abb 100644 --- a/srcpkgs/govendor/template +++ b/srcpkgs/govendor/template @@ -1,7 +1,7 @@ # Template file for 'govendor' pkgname=govendor version=1.0.9 -revision=1 +revision=2 build_style=go go_import_path="github.com/kardianos/govendor" short_desc="Go vendor tool that works with the standard vendor file"