github.com/golang/dep@v0.5.4/cmd/dep/testdata/harness_tests/ensure/add/errs/exists/testcase.json (about) 1 { 2 "commands": [ 3 ["ensure", "-add", "github.com/sdboyer/deptest"] 4 ], 5 "error-expected": "nothing to -add, github.com/sdboyer/deptest is already in Gopkg.toml and the project's direct imports or required list" 6 }