TylerBrock / saw

Fast, multi-purpose tool for AWS CloudWatch Logs
MIT License
1.4k stars 77 forks source link

Convert to Go modules #76

Open cloudlena opened 1 year ago

cloudlena commented 1 year ago

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 1 year 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

cloudlena commented 1 year ago

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