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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user