Hi!
Thank you so much for developing this tool.
Right now I'm using the Go Sops module in my project to decrypt my secrets. It works, but I'm noticing that it's pulling in 20MB+ worth of dependencies, it is by far the largest dependency in the project.
I think this is because sops pulls in all cloud vendor SDKs.
My question, or request, is: Would it be possible to have a slimmed down version for use with Go, for example a sops-age module, that contains only the subset needed to encrypt/decrypt sops using age, and has fewer dependencies?
Hi!
Thank you so much for developing this tool.
Right now I'm using the Go Sops module in my project to decrypt my secrets. It works, but I'm noticing that it's pulling in 20MB+ worth of dependencies, it is by far the largest dependency in the project.
I think this is because sops pulls in all cloud vendor SDKs.
My question, or request, is: Would it be possible to have a slimmed down version for use with Go, for example a sops-age module, that contains only the subset needed to encrypt/decrypt sops using age, and has fewer dependencies?