tsg / gotpl

CLI tool for Golang templates
Other
91 stars 37 forks source link

Breaks in Go modules #10

Open mcandre opened 4 years ago

mcandre commented 4 years ago

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

mcandre commented 4 years ago

Update:

I suspect a local proxy configuration issue may be impacting this behavior on my machine. I'll get back to you.