diff --git a/Gopkg.lock b/Gopkg.lock index 637a34c21..07a97173e 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -181,7 +181,7 @@ [[projects]] digest = "1:b856d8248663c39265a764561c1a1a149783f6cc815feb54a1f3a591b91f6eca" - name = "github.com/masterminds/semver" + name = "github.com/Masterminds/semver" packages = ["."] pruneopts = "" revision = "c7af12943936e8c39859482e61f0574c2fd7fc75" @@ -331,7 +331,7 @@ "github.com/goreleaser/nfpm/deb", "github.com/goreleaser/nfpm/rpm", "github.com/imdario/mergo", - "github.com/masterminds/semver", + "github.com/Masterminds/semver", "github.com/mattn/go-zglob", "github.com/mitchellh/go-homedir", "github.com/pkg/errors", diff --git a/internal/tmpl/tmpl.go b/internal/tmpl/tmpl.go index bfdfd7ce8..7c361f213 100644 --- a/internal/tmpl/tmpl.go +++ b/internal/tmpl/tmpl.go @@ -8,7 +8,7 @@ import ( "github.com/goreleaser/goreleaser/internal/artifact" "github.com/goreleaser/goreleaser/pkg/context" - "github.com/masterminds/semver" + "github.com/Masterminds/semver" "github.com/pkg/errors" )