Skip to content

Commit 582ec0c

Browse files
committed
bump go-github lib to latest (v72)
1 parent 5714c5e commit 582ec0c

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

lib/.changeset/v1.54.3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Update `go-github` dependency from `v41` to `v72`

lib/client/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
_ "github.com/lib/pq"
1313
"github.com/pkg/errors"
1414

15-
"github.com/google/go-github/v41/github"
15+
"github.com/google/go-github/v72/github"
1616
"golang.org/x/oauth2"
1717
)
1818

lib/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ require (
5454
require (
5555
github.com/ebitengine/purego v0.8.2 // indirect
5656
github.com/go-chi/chi v1.5.5 // indirect
57+
github.com/google/go-github/v72 v72.0.0 // indirect
5758
github.com/rs/xid v1.5.0 // indirect
5859
github.com/shirou/gopsutil/v4 v4.25.1 // indirect
5960
go.opentelemetry.io/auto/sdk v1.1.0 // indirect

lib/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
251251
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
252252
github.com/google/go-github/v41 v41.0.0 h1:HseJrM2JFf2vfiZJ8anY2hqBjdfY1Vlj/K27ueww4gg=
253253
github.com/google/go-github/v41 v41.0.0/go.mod h1:XgmCA5H323A9rtgExdTcnDkcqp6S30AVACCBDOonIxg=
254+
github.com/google/go-github/v72 v72.0.0 h1:FcIO37BLoVPBO9igQQ6tStsv2asG4IPcYFi655PPvBM=
255+
github.com/google/go-github/v72 v72.0.0/go.mod h1:WWtw8GMRiL62mvIquf1kO3onRHeWWKmK01qdCY8c5fg=
254256
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
255257
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
256258
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=

0 commit comments

Comments
 (0)