File tree Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
20
20
github.com/go-git/go-git/v5 v5.11.0
21
21
github.com/golang-jwt/jwt v3.2.2+incompatible
22
22
github.com/google/go-github/v55 v55.0.0
23
- github.com/google/go-github/v58 v58 .0.0
23
+ github.com/google/go-github/v61 v61 .0.0
24
24
github.com/google/go-github/v61 v61.0.0
25
25
github.com/google/uuid v1.6.0
26
26
github.com/migueleliasweb/go-github-mock v0.0.23
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ require (
33
33
github.com/diggerhq/digger/libs v0.4.15
34
34
github.com/dominikbraun/graph v0.23.0
35
35
github.com/google/go-github/v58 v58.0.0
36
+ github.com/google/go-github/v61 v61.0.0
36
37
github.com/spf13/cobra v1.8.0
37
38
github.com/spf13/pflag v1.0.5
38
39
github.com/spf13/viper v1.18.2
Original file line number Diff line number Diff line change @@ -625,6 +625,7 @@ github.com/google/go-github/v35 v35.3.0 h1:fU+WBzuukn0VssbayTT+Zo3/ESKX9JYWjbZTL
625
625
github.com/google/go-github/v35 v35.3.0 /go.mod h1:yWB7uCcVWaUbUP74Aq3whuMySRMatyRmq5U9FTNlbio =
626
626
github.com/google/go-github/v58 v58.0.0 h1:Una7GGERlF/37XfkPwpzYJe0Vp4dt2k1kCjlxwjIvzw =
627
627
github.com/google/go-github/v58 v58.0.0 /go.mod h1:k4hxDKEfoWpSqFlc8LTpGd9fu2KrV1YAa6Hi6FmDNY4 =
628
+ github.com/google/go-github/v61 v61.0.0 /go.mod h1:0WR+KmsWX75G2EbpyGsGmradjo3IiciuI4BmdVCobQY =
628
629
github.com/google/go-querystring v1.0.0 /go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck =
629
630
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
630
631
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ require (
12
12
github.com/go-git/go-git/v5 v5.11.0
13
13
github.com/goccy/go-json v0.10.2
14
14
github.com/google/go-github/v58 v58.0.0
15
+ github.com/google/go-github/v61 v61.0.0
15
16
github.com/gruntwork-io/go-commons v0.17.1
16
17
github.com/gruntwork-io/terragrunt v0.54.11
17
18
github.com/hashicorp/go-getter v1.7.4
Original file line number Diff line number Diff line change @@ -572,6 +572,7 @@ github.com/google/go-github/v35 v35.3.0 h1:fU+WBzuukn0VssbayTT+Zo3/ESKX9JYWjbZTL
572
572
github.com/google/go-github/v35 v35.3.0 /go.mod h1:yWB7uCcVWaUbUP74Aq3whuMySRMatyRmq5U9FTNlbio =
573
573
github.com/google/go-github/v58 v58.0.0 h1:Una7GGERlF/37XfkPwpzYJe0Vp4dt2k1kCjlxwjIvzw =
574
574
github.com/google/go-github/v58 v58.0.0 /go.mod h1:k4hxDKEfoWpSqFlc8LTpGd9fu2KrV1YAa6Hi6FmDNY4 =
575
+ github.com/google/go-github/v61 v61.0.0 /go.mod h1:0WR+KmsWX75G2EbpyGsGmradjo3IiciuI4BmdVCobQY =
575
576
github.com/google/go-querystring v1.0.0 /go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck =
576
577
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
577
578
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
You can’t perform that action at this time.
0 commit comments