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

fix: github.com/Masterminds/semver import path (#808)

* fix import path casing in Mastermind/semver

* fix import path in Gopkg.lock
This commit is contained in:
He Liu
2018-09-19 09:51:52 -07:00
committed by Carlos Alexandro Becker
parent 4206de324e
commit 281632fe6c
2 changed files with 3 additions and 3 deletions

View File

@@ -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"
)