Skip to content

Commit f037fda

Browse files
chore(deps): update go github sdk
1 parent 68f576a commit f037fda

5 files changed

Lines changed: 12 additions & 9 deletions

File tree

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ require (
1111
github.com/aws/aws-sdk-go-v2 v1.42.1
1212
github.com/aws/smithy-go v1.27.3
1313
github.com/blang/semver/v4 v4.0.0
14-
github.com/bradleyfalzon/ghinstallation/v2 v2.18.0
14+
github.com/bradleyfalzon/ghinstallation/v2 v2.19.0
1515
github.com/ghodss/yaml v1.0.0
16-
github.com/google/go-github/v84 v84.0.0
16+
github.com/google/go-github/v89 v89.0.0
1717
github.com/gruntwork-io/go-commons v0.17.2
1818
github.com/hashicorp/go-multierror v1.1.1
1919
github.com/hashicorp/hcl/v2 v2.24.0
@@ -89,6 +89,7 @@ require (
8989
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
9090
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
9191
github.com/google/gnostic-models v0.7.0 // indirect
92+
github.com/google/go-github/v88 v88.0.0 // indirect
9293
github.com/google/go-querystring v1.2.0 // indirect
9394
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
9495
github.com/google/s2a-go v0.1.9 // indirect

go.sum

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM
113113
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
114114
github.com/bombsimon/logrusr/v4 v4.1.0 h1:uZNPbwusB0eUXlO8hIUwStE6Lr5bLN6IgYgG+75kuh4=
115115
github.com/bombsimon/logrusr/v4 v4.1.0/go.mod h1:pjfHC5e59CvjTBIU3V3sGhFWFAnsnhOR03TRc6im0l8=
116-
github.com/bradleyfalzon/ghinstallation/v2 v2.18.0 h1:WPqnN6NS9XvYlOgZQAIseN7Z1uAiE+UxgDKlW7FvFuU=
117-
github.com/bradleyfalzon/ghinstallation/v2 v2.18.0/go.mod h1:gpoSwwWc4biE49F7n+roCcpkEkZ1Qr9soZ2ESvMiouU=
116+
github.com/bradleyfalzon/ghinstallation/v2 v2.19.0 h1:KQfD+43pRw9NUJhGycGrFr9vF1MubZacksKol1gomFI=
117+
github.com/bradleyfalzon/ghinstallation/v2 v2.19.0/go.mod h1:fe5ECIhCdEnxwLiBlNTxx9CP455wt42BELnlDVMvaAA=
118118
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
119119
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
120120
github.com/cloudflare/circl v1.6.3 h1:9GPOhQGF9MCYUeXyMYlqTR6a5gTrgR/fBLXvUgtVcg8=
@@ -221,8 +221,10 @@ github.com/google/gnostic-models v0.7.0/go.mod h1:whL5G0m6dmc5cPxKc5bdKdEN3UjI7O
221221
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
222222
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
223223
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
224-
github.com/google/go-github/v84 v84.0.0 h1:I/0Xn5IuChMe8TdmI2bbim5nyhaRFJ7DEdzmD2w+yVA=
225-
github.com/google/go-github/v84 v84.0.0/go.mod h1:WwYL1z1ajRdlaPszjVu/47x1L0PXukJBn73xsiYrRRQ=
224+
github.com/google/go-github/v88 v88.0.0 h1:dZA9IKkPK1eXZj4ypngnpRj5FwdpTv4whix2PrQMP7M=
225+
github.com/google/go-github/v88 v88.0.0/go.mod h1:rufTDgn2N45wjhukLTyxmvc9nilSp3mr3Rgtt6b1MPw=
226+
github.com/google/go-github/v89 v89.0.0 h1:35bEK5XoEcF3PZrlVbl9XN63f5BcJRA/UGkxeC9xPg0=
227+
github.com/google/go-github/v89 v89.0.0/go.mod h1:QLcbU0ipeAqQuR5KSg8c2lql4Qk1EwJ2dWz/0rP4Nho=
226228
github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0=
227229
github.com/google/go-querystring v1.2.0/go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU=
228230
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=

internal/repository/providers/github/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"strconv"
77

8-
"github.com/google/go-github/v84/github"
8+
"github.com/google/go-github/v89/github"
99
configv1alpha1 "github.com/padok-team/burrito/api/v1alpha1"
1010
"github.com/padok-team/burrito/internal/annotations"
1111
"github.com/padok-team/burrito/internal/controllers/terraformpullrequest/comment"

internal/repository/providers/github/api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"net/url"
99
"testing"
1010

11-
"github.com/google/go-github/v84/github"
11+
"github.com/google/go-github/v89/github"
1212
configv1alpha1 "github.com/padok-team/burrito/api/v1alpha1"
1313
"github.com/padok-team/burrito/internal/annotations"
1414
"github.com/stretchr/testify/assert"

internal/repository/providers/github/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/go-git/go-git/v5/plumbing/transport"
1313
"github.com/go-git/go-git/v5/plumbing/transport/http"
1414
wh "github.com/go-playground/webhooks/github"
15-
"github.com/google/go-github/v84/github"
15+
"github.com/google/go-github/v89/github"
1616
configv1alpha1 "github.com/padok-team/burrito/api/v1alpha1"
1717
"github.com/padok-team/burrito/internal/repository/credentials"
1818
"github.com/padok-team/burrito/internal/repository/providers/standard"

0 commit comments

Comments
 (0)