github.com/golang/dep@v0.5.4/cmd/dep/testdata/harness_tests/init/case1/testcase.json (about) 1 { 2 "commands": [ 3 ["init", "-no-examples", "-skip-tools", "-gopath"] 4 ], 5 "error-expected": "", 6 "gopath-initial": { 7 "github.com/sdboyer/deptest": "v0.8.0", 8 "github.com/sdboyer/deptestdos": "a0196baa11ea047dd65037287451d36b861b00ea" 9 }, 10 "vendor-final": [ 11 "github.com/sdboyer/deptest", 12 "github.com/sdboyer/deptestdos" 13 ] 14 }