1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Switch from deprecated gopkg.in/yaml.v3 to go.yaml.in/yaml/v3

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
This commit is contained in:
Sylvain Rabot
2025-09-07 17:37:00 +02:00
parent 97637cd990
commit 0bf4492b7e
5 changed files with 7 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import (
"github.com/getsops/sops/v3"
"github.com/getsops/sops/v3/config"
"github.com/getsops/sops/v3/stores"
"gopkg.in/yaml.v3"
"go.yaml.in/yaml/v3"
)
const IndentDefault = 4