Skip to content

Commit 9eec207

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent 10bc73a commit 9eec207

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

go.mod

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ require (
1111
github.com/suzuki-shunsuke/logrus-error v0.1.4
1212
github.com/suzuki-shunsuke/urfave-cli-v3-help-all v0.1.0
1313
github.com/urfave/cli/v3 v3.1.1
14-
gopkg.in/yaml.v2 v2.4.0
1514
gopkg.in/yaml.v3 v3.0.1
1615
)
1716

pkg/patchchecksum/patch.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/goccy/go-yaml/ast"
1515
"github.com/goccy/go-yaml/parser"
1616
"github.com/sirupsen/logrus"
17-
"gopkg.in/yaml.v2"
17+
"gopkg.in/yaml.v3"
1818
)
1919

2020
func PatchChecksum(ctx context.Context, logE *logrus.Entry, configFilePath string) error {

0 commit comments

Comments
 (0)