We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865a679 commit 68dd4e4Copy full SHA for 68dd4e4
go.mod
@@ -11,7 +11,6 @@ require (
11
github.com/suzuki-shunsuke/logrus-error v0.1.4
12
github.com/suzuki-shunsuke/urfave-cli-help-all v0.0.4
13
github.com/urfave/cli/v2 v2.27.6
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