From 670d50bba347d87d6fde9427d2dfaaad5d18db79 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 29 Dec 2016 10:01:20 -0200 Subject: [PATCH] fix import --- brew/brew.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brew/brew.go b/brew/brew.go index 29118a4ba..e6f2a90d6 100644 --- a/brew/brew.go +++ b/brew/brew.go @@ -5,9 +5,9 @@ import ( "context" "crypto/sha256" "fmt" + "html/template" "strings" - "github.com/alecthomas/template" "github.com/google/go-github/github" "github.com/goreleaser/releaser/config" "golang.org/x/oauth2"