-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This upgrades from sops v3.4.0 to v3.9.1. A variety of correction and improvements have happened since the sops version we've been shipping on. The most obvious change is the new Go modules package path. Minor version releases, new package path, interestingly. A number of deprecated, archived, and unused transitive dependencies were also removed by this upgrade. Seeing autograph stuck on those unmaintained dependencies through the sops dependency was the inspiration for this. New transitive deps were added, per usual. This patch was created by replacing the sops imports with the new ones in main.go, and then running: ``` $ go mod tidy $ go mod vendor ```
- Loading branch information
Showing
2,323 changed files
with
495,510 additions
and
164,484 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.