Merge pull request #1624 from letsencrypt/test-godep-fix
Add Godep version to Godeps/Godeps.json
This commit is contained in:
commit
2e2a7b6736
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/letsencrypt/boulder",
|
"ImportPath": "github.com/letsencrypt/boulder",
|
||||||
"GoVersion": "go1.5",
|
"GoVersion": "go1.5",
|
||||||
|
"GodepVersion": "v58",
|
||||||
"Packages": [
|
"Packages": [
|
||||||
"./..."
|
"./..."
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue