github.com/golang/dep@v0.5.4/cmd/dep/testdata/harness_tests/status/case1/dot/stdout.txt (about)

     1  digraph {
     2  	node [shape=box];
     3  	388407825 [label="github.com/golang/notexist"];
     4  	2304687900 [label="github.com/sdboyer/deptest\nv0.8.0"];
     5  	2659405890 [label="github.com/sdboyer/deptestdos\nv2.0.0"];
     6  	388407825 -> 2304687900;
     7  	388407825 -> 2659405890;
     8  	2659405890 -> 2304687900;
     9  }