gotpl
gotpl copied to clipboard
Breaks in Go modules
Hi,
This excellent tool appears to be broken in recent Go editions. I am unable to install the gotpl CLI tool due to how the YAML package dependency resolves. go get github.com/tsg/gotpl does not work for me, at least in Go v1.13.4.
Could we update gotpl to document all of its Go library dependencies with a go.mod file? Perhaps that could help go get... succeed.
https://blog.golang.org/using-go-modules
Update:
I suspect a local proxy configuration issue may be impacting this behavior on my machine. I'll get back to you.