Open cloudlena opened 2 years ago
That was done in 2019. https://github.com/TylerBrock/saw/commit/0bb0a886191c3f74db88652a980bdf0891e38183
I think you're seeing a non Go-modules version because no release has been tagged since then.
That's likely because of https://github.com/TylerBrock/saw/issues/42
Ah, good point. Thanks for the hint, @a-h. I think, the project is still missing a go.sum
file though.
Converting this tool to Go modules would make it more modern and get rid of the dependency on the deprecated Dep tool.