1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00

bump: go-homedir to stable version

github.com/mitchellh/go-homedir has a stable release version now. Using
master causes dep to be unable to solve for a suitable version when
goreleaser is depended on in other projects which also (transiently)
depend on the released version. This fixes that, and brings API
stability guarantees.
This commit is contained in:
Jean-Philippe Ouellet 2018-10-26 14:39:45 -06:00 committed by Carlos Alexandro Becker
parent bfe9881946
commit 19ccf2f9d4
2 changed files with 2 additions and 2 deletions

2
Gopkg.lock generated
View File

@ -209,12 +209,12 @@
revision = "2ea3427bfa539cca900ca2768d8663ecc8a708c1"
[[projects]]
branch = "master"
digest = "1:096a8a9182648da3d00ff243b88407838902b6703fc12657f76890e08d1899bf"
name = "github.com/mitchellh/go-homedir"
packages = ["."]
pruneopts = ""
revision = "ae18d6b8b3205b561c79e8e5f69bff09736185f4"
version = "v1.0.0"
[[projects]]
digest = "1:7365acd48986e205ccb8652cc746f09c8b7876030d53710ea6ef7d0bd0dcd7ca"

View File

@ -39,8 +39,8 @@
name = "github.com/campoy/unique"
[[constraint]]
branch = "master"
name = "github.com/mitchellh/go-homedir"
version = "^1.0.0"
[[constraint]]
name = "github.com/goreleaser/nfpm"