github.com/golang/dep@v0.5.4/.github/ISSUE_TEMPLATE.md (about) 1 <!-- 2 3 Thanks for filing an issue! If this is a question or feature request, just delete 4 everything here and write out the request, providing as much context as you can. 5 6 --> 7 8 ### What version of `dep` are you using (`dep version`)? 9 <!-- 10 If you installed `dep` via `go get`, report the version instead with 11 `cd $GOPATH/src/github.com/golang/dep && git describe --tags` 12 --> 13 14 ### What `dep` command did you run? 15 16 <!-- 17 18 Paste the output of the commands you ran in here, making sure to pass -v for maximum context. 19 20 --> 21 22 ### What did you expect to see? 23 24 ### What did you see instead?