We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5860cb4 commit 10b6604Copy full SHA for 10b6604
go.mod
@@ -11,7 +11,6 @@ require (
11
github.com/suzuki-shunsuke/logrus-error v0.1.4
12
github.com/suzuki-shunsuke/urfave-cli-v3-util v0.0.4
13
github.com/urfave/cli/v3 v3.3.2
14
- gopkg.in/yaml.v2 v2.4.0
15
gopkg.in/yaml.v3 v3.0.1
16
)
17
pkg/patchchecksum/patch.go
@@ -14,7 +14,7 @@ import (
"github.com/goccy/go-yaml/ast"
"github.com/goccy/go-yaml/parser"
"github.com/sirupsen/logrus"
- "gopkg.in/yaml.v2"
+ "gopkg.in/yaml.v3"
18
19
20
func PatchChecksum(ctx context.Context, logE *logrus.Entry, configFilePath string) error {
0 commit comments