You've already forked goreleaser
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:
committed by
Carlos Alexandro Becker
parent
4206de324e
commit
281632fe6c
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user