diff --git a/Gopkg.lock b/Gopkg.lock index ef252cd5f..021b73e27 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -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 diff --git a/Makefile b/Makefile index a57fa03d2..9a723bb78 100644 --- a/Makefile +++ b/Makefile @@ -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