tag
tag copied to clipboard
add go.mod file
this allows building with current versions of golang and fixes installation with --HEAD in homebrew: (https://github.com/aykamko/homebrew-tag-ag/issues/1)
I would very much like to see this merged as I'm facing the same issue @aykamko :)
ah, missed that there was a prior PR for this too in August:
https://github.com/aykamko/tag/pull/46
this PR uses 1.17 syntax though; and pins the indirect dependencies, and so maybe is preferable for that reason?