github.com/golang/dep@v0.5.4/cmd/dep/testdata/harness_tests/ensure/update/errs/not-in-lock/testcase.json (about) 1 { 2 "commands": [ 3 ["ensure", "-update", "github.com/sdboyer/deptesttres"] 4 ], 5 "error-expected": "github.com/sdboyer/deptesttres is not present in Gopkg.lock, cannot -update it" 6 }