godep: revision for go

master
Taylor Blau 2017-02-16 16:19:14 -07:00 committed by ilovezfs
parent 154094514f
commit a9b8df0eb8
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ class Godep < Formula
homepage "https://godoc.org/github.com/tools/godep"
url "https://github.com/tools/godep/archive/v79.tar.gz"
sha256 "3dd2e6c4863077762498af98fa0c8dc5fedffbca6a5c0c4bb42b452c8268383d"
revision 1
head "https://github.com/tools/godep.git"
bottle do
@ -25,7 +26,7 @@ class Godep < Formula
(testpath/"Godeps/Godeps.json").write <<-EOS.undent
{
"ImportPath": "github.com/tools/godep",
"GoVersion": "go1.7",
"GoVersion": "go1.8",
"Deps": [
{
"ImportPath": "golang.org/x/tools/cover",