1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix import

This commit is contained in:
Carlos Alexandro Becker 2016-12-29 10:01:20 -02:00
parent 943a5ac42e
commit 670d50bba3
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -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"