File tree 6 files changed +8
-8
lines changed 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
17
17
"strings"
18
18
"syscall"
19
19
20
- "github.com/google/go-github/v52 /github"
20
+ "github.com/google/go-github/v53 /github"
21
21
"github.com/urfave/cli"
22
22
"gopkg.in/yaml.v3"
23
23
)
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ require (
55
55
github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14
56
56
github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
57
57
github.com/golang-jwt/jwt/v4 v4.5.0
58
- github.com/google/go-github/v52 v52 .0.0
58
+ github.com/google/go-github/v53 v53 .0.0
59
59
github.com/google/pprof v0.0.0-20230502171905-255e3b9b56de
60
60
github.com/google/uuid v1.3.0
61
61
github.com/gorilla/feeds v1.1.1
Original file line number Diff line number Diff line change @@ -565,8 +565,8 @@ github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
565
565
github.com/google/go-cmp v0.5.5 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
566
566
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
567
567
github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
568
- github.com/google/go-github/v52 v52 .0.0 h1:uyGWOY+jMQ8GVGSX8dkSwCzlehU3WfdxQ7GweO/JP7M =
569
- github.com/google/go-github/v52 v52 .0.0/go.mod h1:WJV6VEEUPuMo5pXqqa2ZCZEdbQqua4zAk2MZTIo+m+4 =
568
+ github.com/google/go-github/v53 v53 .0.0 h1:T1RyHbSnpHYnoF0ZYKiIPSgPtuJ8G6vgc0MKodXsQDQ =
569
+ github.com/google/go-github/v53 v53 .0.0/go.mod h1:XhFRObz+m/l+UCm9b7KSIC3lT3NWSXGt7mOsAWEloao =
570
570
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
571
571
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
572
572
github.com/google/go-tpm v0.1.2-0.20190725015402-ae6dd98980d4 /go.mod h1:H9HbmUG2YgV/PHITkO7p6wxEEj/v5nlsVWIwumwH2NI =
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ package migrations
7
7
import (
8
8
"errors"
9
9
10
- "github.com/google/go-github/v52 /github"
10
+ "github.com/google/go-github/v53 /github"
11
11
)
12
12
13
13
// ErrRepoNotCreated returns the error that repository not created
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"code.gitea.io/gitea/modules/proxy"
21
21
"code.gitea.io/gitea/modules/structs"
22
22
23
- "github.com/google/go-github/v52 /github"
23
+ "github.com/google/go-github/v53 /github"
24
24
"golang.org/x/oauth2"
25
25
)
26
26
You can’t perform that action at this time.
0 commit comments