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 1+ - Update ` go-github ` dependency from ` v41 ` to ` v72 `
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ require (
5454require (
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
Original file line number Diff line number Diff line change @@ -251,6 +251,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
251251github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
252252github.com/google/go-github/v41 v41.0.0 h1:HseJrM2JFf2vfiZJ8anY2hqBjdfY1Vlj/K27ueww4gg =
253253github.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 =
254256github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
255257github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
256258github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
You can’t perform that action at this time.
0 commit comments