1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-13 13:48:40 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-04-14 14:07:46 -03:00
parent 6f5ae33a7d
commit e4009a0173
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -6,10 +6,9 @@ import (
"os" "os"
"path/filepath" "path/filepath"
"golang.org/x/sync/errgroup"
"github.com/goreleaser/goreleaser/checksum" "github.com/goreleaser/goreleaser/checksum"
"github.com/goreleaser/goreleaser/context" "github.com/goreleaser/goreleaser/context"
"golang.org/x/sync/errgroup"
) )
// Pipe for checksums // Pipe for checksums