-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrading SOPS to latest release (#170)
SOPS got moved to the CNCF. The old module path cannot be used anymore, the tidy message is clear on this: ❯ go mod tidy go: go.mozilla.org/sops/v3@v3.8.0: parsing go.mod: module declares its path as: github.com/getsops/sops/v3 but was required as: go.mozilla.org/sops/v3 So I changed the module name and ran go mod tidy. Signed-off-by: Zoltán Reegn <zoltan.reegn@gmail.com>
- Loading branch information
Showing
4 changed files
with
236 additions
and
405 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
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.