From f90704d4e3240b1390beff97020cdf82bb872a7a Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 18 Jan 2018 14:19:39 +0100 Subject: [PATCH] Install worktime Signed-off-by: Knut Ahlers --- bin/update-gotools | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/update-gotools b/bin/update-gotools index e553d30..f6795b1 100755 --- a/bin/update-gotools +++ b/bin/update-gotools @@ -22,12 +22,13 @@ INSTALLS=( 'github.com/fatih/hclfmt' 'github.com/fiatjaf/jiq/cmd/jiq' 'github.com/hashicorp/packer' + 'github.com/Luzifer/git-changerelease' 'github.com/Luzifer/password' - 'github.com/Luzifer/short_path' 'github.com/Luzifer/share' + 'github.com/Luzifer/short_path' 'github.com/Luzifer/slugify' 'github.com/Luzifer/str2hex' - 'github.com/Luzifer/git-changerelease' + 'github.com/Luzifer/worktime' )