diff --git a/.github/actions/linear-pr-commenter/src/go.mod b/.github/actions/linear-pr-commenter/src/go.mod index 3514360..64e47b5 100644 --- a/.github/actions/linear-pr-commenter/src/go.mod +++ b/.github/actions/linear-pr-commenter/src/go.mod @@ -4,6 +4,7 @@ go 1.25.0 require ( github.com/google/go-github/v84 v84.0.0 + github.com/google/go-github/v86 v86.0.0 golang.org/x/oauth2 v0.36.0 ) diff --git a/.github/actions/linear-pr-commenter/src/go.sum b/.github/actions/linear-pr-commenter/src/go.sum index e198554..076cc85 100644 --- a/.github/actions/linear-pr-commenter/src/go.sum +++ b/.github/actions/linear-pr-commenter/src/go.sum @@ -3,6 +3,7 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/google/go-github/v84 v84.0.0 h1:I/0Xn5IuChMe8TdmI2bbim5nyhaRFJ7DEdzmD2w+yVA= github.com/google/go-github/v84 v84.0.0/go.mod h1:WwYL1z1ajRdlaPszjVu/47x1L0PXukJBn73xsiYrRRQ= +github.com/google/go-github/v86 v86.0.0/go.mod h1:zKv1l4SwDXNFMGByi2FWkq71KwSXqj/eQRZuqtmcot8= github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0= github.com/google/go-querystring v1.2.0/go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU= golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs=