TylerBrock/saw

Convert to Go modules

cloudlena opened this issue · 2 comments

Converting this tool to Go modules would make it more modern and get rid of the dependency on the deprecated Dep tool.

a-h commented

That was done in 2019. 0bb0a88

I think you're seeing a non Go-modules version because no release has been tagged since then.

That's likely because of #42

Ah, good point. Thanks for the hint, @a-h. I think, the project is still missing a go.sum file though.