File tree Expand file tree Collapse file tree 2 files changed +2
-591
lines changed
Expand file tree Collapse file tree 2 files changed +2
-591
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ module github.com/mdb/gh-dispatch
33go 1.19
44
55require (
6- github.com/cli/cli v1.14.0
76 github.com/cli/cli/v2 v2.18.1
87 github.com/cli/go-gh v0.1.2
98 github.com/spf13/cobra v1.6.0
@@ -24,6 +23,7 @@ require (
2423 github.com/itchyny/gojq v0.12.8 // indirect
2524 github.com/itchyny/timefmt-go v0.1.3 // indirect
2625 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
26+ github.com/kr/text v0.1.0 // indirect
2727 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
2828 github.com/mattn/go-colorable v0.1.13 // indirect
2929 github.com/mattn/go-isatty v0.0.16 // indirect
@@ -41,5 +41,6 @@ require (
4141 golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
4242 golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
4343 golang.org/x/text v0.3.8 // indirect
44+ google.golang.org/appengine v1.6.7 // indirect
4445 gopkg.in/yaml.v3 v3.0.1 // indirect
4546)
You can’t perform that action at this time.
0 commit comments