1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-11-06 09:09:29 +02:00

chore: go fmt

This commit is contained in:
Carlos Alexandro Becker
2018-09-19 13:52:23 -03:00
parent 281632fe6c
commit 0ebf43a0fd

View File

@@ -6,9 +6,9 @@ import (
"text/template"
"time"
"github.com/Masterminds/semver"
"github.com/goreleaser/goreleaser/internal/artifact"
"github.com/goreleaser/goreleaser/pkg/context"
"github.com/Masterminds/semver"
"github.com/pkg/errors"
)