File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
1717 "strings"
1818 "syscall"
1919
20- "github.com/google/go-github/v52 /github"
20+ "github.com/google/go-github/v53 /github"
2121 "github.com/urfave/cli"
2222 "gopkg.in/yaml.v3"
2323)
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ require (
5555 github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14
5656 github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
5757 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
5959 github.com/google/pprof v0.0.0-20230502171905-255e3b9b56de
6060 github.com/google/uuid v1.3.0
6161 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/
565565github.com/google/go-cmp v0.5.5 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
566566github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
567567github.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 =
570570github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
571571github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
572572github.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
77import (
88 "errors"
99
10- "github.com/google/go-github/v52 /github"
10+ "github.com/google/go-github/v53 /github"
1111)
1212
1313// ErrRepoNotCreated returns the error that repository not created
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
2020 "code.gitea.io/gitea/modules/proxy"
2121 "code.gitea.io/gitea/modules/structs"
2222
23- "github.com/google/go-github/v52 /github"
23+ "github.com/google/go-github/v53 /github"
2424 "golang.org/x/oauth2"
2525)
2626
You can’t perform that action at this time.
0 commit comments