I already have gopkg.in/yaml.v2 in my vendor/ directory, managed with go mod vendor. However, when I run go get github.com/tsg/gotpl, this cache is ignored and the command fails due to how my particular network's proxies work.
Can we please have go get... check for dependencies in vendor/, for more reproducible development environments and less network strain?