Skip to content

Commit

Permalink
replace all mozilla/sops with getsops/sops
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>
  • Loading branch information
lucasfcnunes authored Sep 17, 2023
1 parent 193b8a2 commit 1ab4713
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It supports various backends including:
- AWS S3
- GCP Secrets Manager
- [Google Sheets](#google-sheets)
- [SOPS](https://github.com/mozilla/sops)-encrypted files
- [SOPS](https://github.com/getsops/sops)-encrypted files
- Terraform State
- CredHub(Coming soon)

Expand Down Expand Up @@ -203,7 +203,7 @@ Please see the [relevant unit test cases](https://github.com/helmfile/vals/blob/
- [GCP Secrets Manager](#gcp-secrets-manager)
- [Google Sheets](#google-sheets)
- [Google GCS](#google-gcs)
- [SOPS](#sops) powered by [sops](https://github.com/mozilla/sops)
- [SOPS](#sops) powered by [sops](https://github.com/getsops/sops)
- [Terraform (tfstate)](#terraform-tfstate) powered by [tfstate-lookup](https://github.com/fujiwara/tfstate-lookup)
- [Echo](#echo)
- [File](#file)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/hashicorp/golang-lru v0.5.4
github.com/hashicorp/vault/api v1.5.0
github.com/stretchr/testify v1.8.4
go.mozilla.org/sops/v3 v3.7.3
github.com/getsops/sops/v3 v3.7.3
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
google.golang.org/api v0.95.0
google.golang.org/genproto v0.0.0-20220930163606-c98284e70a91
Expand Down
2 changes: 1 addition & 1 deletion pkg/providers/sops/sops.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/base64"
"fmt"

"go.mozilla.org/sops/v3/decrypt"
"github.com/getsops/sops/v3/decrypt"
"gopkg.in/yaml.v3"

"github.com/helmfile/vals/pkg/api"
Expand Down

0 comments on commit 1ab4713

Please sign in to comment.