File tree Expand file tree Collapse file tree
internal/repository/providers/github Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/blang/semver/v4 v4.0.0
1414 github.com/bradleyfalzon/ghinstallation/v2 v2.18.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/v88 v88 .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
@@ -90,6 +90,7 @@ require (
9090 github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
9191 github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
9292 github.com/google/gnostic-models v0.7.0 // indirect
93+ github.com/google/go-github/v84 v84.0.0 // indirect
9394 github.com/google/go-querystring v1.2.0 // indirect
9495 github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
9596 github.com/google/s2a-go v0.1.9 // indirect
Original file line number Diff line number Diff line change @@ -225,6 +225,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
225225github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
226226github.com/google/go-github/v84 v84.0.0 h1:I/0Xn5IuChMe8TdmI2bbim5nyhaRFJ7DEdzmD2w+yVA =
227227github.com/google/go-github/v84 v84.0.0 /go.mod h1:WwYL1z1ajRdlaPszjVu/47x1L0PXukJBn73xsiYrRRQ =
228+ github.com/google/go-github/v88 v88.0.0 h1:dZA9IKkPK1eXZj4ypngnpRj5FwdpTv4whix2PrQMP7M =
229+ github.com/google/go-github/v88 v88.0.0 /go.mod h1:rufTDgn2N45wjhukLTyxmvc9nilSp3mr3Rgtt6b1MPw =
228230github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0 =
229231github.com/google/go-querystring v1.2.0 /go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU =
230232github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
Original file line number Diff line number Diff line change 44 "context"
55 "strconv"
66
7- "github.com/google/go-github/v84 /github"
7+ "github.com/google/go-github/v88 /github"
88 configv1alpha1 "github.com/padok-team/burrito/api/v1alpha1"
99 "github.com/padok-team/burrito/internal/annotations"
1010 "github.com/padok-team/burrito/internal/controllers/terraformpullrequest/comment"
Original file line number Diff line number Diff 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/v88 /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"
You can’t perform that action at this time.
0 commit comments