You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 helpgo get
... succeed.https://blog.golang.org/using-go-modules
The text was updated successfully, but these errors were encountered: