1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

fix: removed unused import

Dunno why vscode did not removed it
This commit is contained in:
Carlos Alexandro Becker
2017-12-02 22:01:45 -02:00
committed by Carlos Alexandro Becker
parent 2b42a7346f
commit 66e8f98735

View File

@@ -10,7 +10,6 @@ import (
"github.com/apex/log"
"github.com/goreleaser/goreleaser/checksum"
"github.com/goreleaser/goreleaser/context"
"github.com/goreleaser/goreleaser/internal/name"
"golang.org/x/sync/errgroup"
)