From 33f75bdf1d72984eb6ef260de639418e0cb18949 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sat, 31 Mar 2018 09:24:03 +0200 Subject: [PATCH] Remove unused goose dependency constraints --- Gopkg.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index e5808d5..bcfd91f 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -21,10 +21,6 @@ # version = "2.4.0" -[[constraint]] - branch = "master" - name = "bitbucket.org/liamstask/goose" - [[constraint]] name = "github.com/Masterminds/sprig" version = "2.12.0"