github.com/golang/dep@v0.5.4/internal/importers/godep/testdata/Godeps.json (about) 1 { 2 "ImportPath": "github.com/golang/notexist", 3 "GoVersion": "go1.8", 4 "GodepVersion": "vXYZ", 5 "Deps": [ 6 { 7 "ImportPath": "github.com/sdboyer/deptest", 8 "Rev": "3f4c3bea144e112a69bbe5d8d01c1b09a544253f" 9 }, 10 { 11 "ImportPath": "github.com/sdboyer/deptestdos", 12 "Comment": "v2.0.0", 13 "Rev": "5c607206be5decd28e6263ffffdcee067266015e" 14 } 15 ] 16 }