@@ -11,7 +11,7 @@ require (
11
11
github.com/jdxcode/netrc v1.0.0
12
12
github.com/manifoldco/promptui v0.9.0
13
13
github.com/pkg/errors v0.9.1
14
- github.com/sirupsen/logrus v1.9.0
14
+ github.com/sirupsen/logrus v1.9.3
15
15
github.com/spf13/afero v1.11.0
16
16
github.com/spf13/cobra v1.8.0
17
17
github.com/stretchr/testify v1.9.0
@@ -20,10 +20,10 @@ require (
20
20
)
21
21
22
22
require (
23
- // Unfortunately, there is no way, with the REST API to mark a PR as ready.
24
- // see https://docs.github.com/en/rest/pulls/pulls?apiVersion=2022-11-28#update-a-pull-request
25
- // Instead, we must use the graphQL client and in particular, for which there is a dedicated function in
26
- // the official GitHub CLI client.
23
+ // Unfortunately, there is no way, with the REST API to mark a PR as ready.
24
+ // see https://docs.github.com/en/rest/pulls/pulls?apiVersion=2022-11-28#update-a-pull-request
25
+ // Instead, we must use the graphQL client and in particular, for which there is a dedicated function in
26
+ // the official GitHub CLI client.
27
27
github.com/cli/go-gh/v2 v2.6.0
28
28
github.com/shurcooL/githubv4 v0.0.0-20230704064427-599ae7bbf278
29
29
)
0 commit comments