psanford / wormhole-william

End-to-end encrypted file transfer. A magic wormhole CLI and API in Go (golang).
MIT License
1.07k stars 54 forks source link

Upgraded Dependencies #91

Closed Virus2466 closed 1 year ago

psanford commented 1 year ago

Thank you for your interest in contributing to wormhole-william.

I should apologize that we have never written down exactly what our dependency policy is. Let me correct that oversight now.

Our policy for upgrading dependencies is that we do not churn dependency versions simply because there is a new version available. Upgrading dependencies requires extensive code reviews and testing that is a fairly large burden to do every time there's a new version. Instead we upgrade dependencies for the following reasons:

If you believe that this PR falls into one of the above categories then we can have a discussion about that for each dependency change. Otherwise you can close out this issue.

Thank you again for your interest in contributing to wormhole-william.

Virus2466 commented 1 year ago

ok !.. Thank You for your response .