We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8192ae6 commit f29e673Copy full SHA for f29e673
go.mod
@@ -10,7 +10,6 @@ require (
10
github.com/spf13/afero v1.12.0
11
github.com/suzuki-shunsuke/logrus-error v0.1.4
12
github.com/urfave/cli/v2 v2.27.6
13
- gopkg.in/yaml.v2 v2.4.0
14
gopkg.in/yaml.v3 v3.0.1
15
)
16
@@ -23,8 +22,6 @@ require (
23
22
github.com/buger/jsonparser v1.1.1 // indirect
24
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
25
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
28
github.com/google/go-github/v69 v69.2.0 // indirect
29
github.com/google/go-querystring v1.1.0 // indirect
30
github.com/google/uuid v1.6.0 // indirect
0 commit comments