-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade sops to v3.9.3 from v3.5.0 (#1087)
This upgrades sops from v3.5.0 to v3.9.3. A variety of corrections and improvements have happened since the sops version we've been shipping on. The most obvious change is the new Go modules package path. A number of deprecated, archived, and unused transitive dependencies were also removed by this upgrade. Seeing autograph stuck on those unmaintained dependencies (like the v1 aws libraries) through the sops dependency was the inspiration for this. New transitive deps were added, per usual. This patch was created by replacing the `go.mozilla.org/sops/v3` imports with the new `github.com/getsops/sops/v3` imports in main.go, and then running: ``` $ go mod tidy $ go mod vendor ```
- Loading branch information
Showing
3,142 changed files
with
888,798 additions
and
177,094 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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.