1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fixed dep

This commit is contained in:
Carlos Alexandro Becker 2017-05-29 16:57:17 -03:00
parent 913a6af1c4
commit 14a8161837
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 10 additions and 2 deletions

10
Gopkg.lock generated
View File

@ -1,4 +1,5 @@
memo = "3cbc12d80513bcbb0ac166d404600ffbc63b1c301b5c6d3722dad30db6f6a549"
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
name = "github.com/davecgh/go-spew"
@ -77,3 +78,10 @@ memo = "3cbc12d80513bcbb0ac166d404600ffbc63b1c301b5c6d3722dad30db6f6a549"
name = "gopkg.in/yaml.v1"
packages = ["."]
revision = "9f9df34309c04878acc86042b16630b0f696e1de"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "1af1153c76a6d4ed58aa403235aebae50190a1b0495157072e6ba1daac077052"
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -4,7 +4,7 @@ TEST_OPTIONS?=
setup: ## Install all the build and lint dependencies
go get -u github.com/alecthomas/gometalinter
go get -u github.com/golang/dep/...
go get -u github.com/golang/dep/cmd/dep
go get -u github.com/pierrre/gotestcover
go get -u golang.org/x/tools/cmd/cover
dep ensure