1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-05-14 11:04:23 -03:00
parent d4182e3a69
commit 19465718b1
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -13,6 +13,7 @@ import (
"github.com/goreleaser/goreleaser/internal/ext"
"github.com/goreleaser/goreleaser/internal/tar"
"github.com/goreleaser/goreleaser/internal/zip"
"github.com/mattn/go-zglob"
"golang.org/x/sync/errgroup"
)