Skip to content

Commit e5989ad

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent b49aa65 commit e5989ad

File tree

3 files changed

+39
-136
lines changed

3 files changed

+39
-136
lines changed

go.mod

-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ require (
1010
github.com/spf13/afero v1.13.0
1111
github.com/suzuki-shunsuke/logrus-error v0.1.4
1212
github.com/urfave/cli/v2 v2.27.6
13-
gopkg.in/yaml.v2 v2.4.0
1413
gopkg.in/yaml.v3 v3.0.1
1514
)
1615

@@ -23,8 +22,6 @@ require (
2322
github.com/buger/jsonparser v1.1.1 // indirect
2423
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
2524
github.com/expr-lang/expr v1.16.9 // indirect
26-
github.com/google/go-github/v67 v67.0.0 // indirect
27-
github.com/google/go-github/v68 v68.0.0 // indirect
2825
github.com/google/go-github/v69 v69.2.0 // indirect
2926
github.com/google/go-querystring v1.1.0 // indirect
3027
github.com/google/uuid v1.6.0 // indirect

0 commit comments

Comments
 (0)