github.com/golang/dep@v0.5.4/cmd/dep/testdata/harness_tests/ensure/add/all-new-double/testcase.json (about)

     1  {
     2    "commands": [
     3      ["init", "-no-examples"],
     4      ["ensure", "-add", "github.com/sdboyer/deptesttres", "github.com/sdboyer/deptesttres/subp"]
     5    ],
     6    "vendor-final": [
     7        "github.com/sdboyer/deptest",
     8        "github.com/sdboyer/deptesttres"
     9    ]
    10  }