File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,11 @@ require (
29
29
github.com/aws/aws-sdk-go-v2/service/sts v1.28.7
30
30
github.com/aws/smithy-go v1.20.2
31
31
github.com/caarlos0/env/v11 v11.0.0
32
- github.com/caarlos0/env/v11 v11 .0.0
32
+ github.com/caarlos0/env/v8 v8 .0.0
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/samber/lo v1.39.0
37
38
github.com/spf13/cobra v1.8.0
38
39
github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change @@ -645,6 +645,7 @@ github.com/google/go-github/v35 v35.3.0 h1:fU+WBzuukn0VssbayTT+Zo3/ESKX9JYWjbZTL
645
645
github.com/google/go-github/v35 v35.3.0 /go.mod h1:yWB7uCcVWaUbUP74Aq3whuMySRMatyRmq5U9FTNlbio =
646
646
github.com/google/go-github/v58 v58.0.0 h1:Una7GGERlF/37XfkPwpzYJe0Vp4dt2k1kCjlxwjIvzw =
647
647
github.com/google/go-github/v58 v58.0.0 /go.mod h1:k4hxDKEfoWpSqFlc8LTpGd9fu2KrV1YAa6Hi6FmDNY4 =
648
+ github.com/google/go-github/v61 v61.0.0 /go.mod h1:0WR+KmsWX75G2EbpyGsGmradjo3IiciuI4BmdVCobQY =
648
649
github.com/google/go-querystring v1.0.0 /go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck =
649
650
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
650
651
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 @@ -582,6 +582,7 @@ github.com/google/go-github/v35 v35.3.0 h1:fU+WBzuukn0VssbayTT+Zo3/ESKX9JYWjbZTL
582
582
github.com/google/go-github/v35 v35.3.0 /go.mod h1:yWB7uCcVWaUbUP74Aq3whuMySRMatyRmq5U9FTNlbio =
583
583
github.com/google/go-github/v58 v58.0.0 h1:Una7GGERlF/37XfkPwpzYJe0Vp4dt2k1kCjlxwjIvzw =
584
584
github.com/google/go-github/v58 v58.0.0 /go.mod h1:k4hxDKEfoWpSqFlc8LTpGd9fu2KrV1YAa6Hi6FmDNY4 =
585
+ github.com/google/go-github/v61 v61.0.0 /go.mod h1:0WR+KmsWX75G2EbpyGsGmradjo3IiciuI4BmdVCobQY =
585
586
github.com/google/go-querystring v1.0.0 /go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck =
586
587
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
587
588
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
You can’t perform that action at this time.
0 commit comments