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/v57 /github"
20
+ "github.com/google/go-github/v61 /github"
21
21
"github.com/urfave/cli/v2"
22
22
"gopkg.in/yaml.v3"
23
23
)
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ require (
54
54
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f
55
55
github.com/gogs/go-gogs-client v0.0.0-20210131175652-1d7215cd8d85
56
56
github.com/golang-jwt/jwt/v5 v5.2.1
57
- github.com/google/go-github/v57 v57 .0.0
57
+ github.com/google/go-github/v61 v61 .0.0
58
58
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7
59
59
github.com/google/uuid v1.6.0
60
60
github.com/gorilla/feeds v1.1.2
Original file line number Diff line number Diff line change @@ -394,8 +394,8 @@ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
394
394
github.com/google/go-cmp v0.5.5 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
395
395
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
396
396
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
397
- github.com/google/go-github/v57 v57 .0.0 h1:L+Y3UPTY8ALM8x+TV0lg+IEBI+upibemtBD8Q9u7zHs =
398
- github.com/google/go-github/v57 v57 .0.0/go.mod h1:s0omdnye0hvK/ecLvpsGfJMiRt85PimQh4oygmLIxHw =
397
+ github.com/google/go-github/v61 v61 .0.0 h1:VwQCBwhyE9JclCI+22/7mLB1PuU9eowCXKY5pNlu1go =
398
+ github.com/google/go-github/v61 v61 .0.0/go.mod h1:0WR+KmsWX75G2EbpyGsGmradjo3IiciuI4BmdVCobQY =
399
399
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
400
400
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
401
401
github.com/google/go-tpm v0.9.0 h1:sQF6YqWMi+SCXpsmS3fd21oPy/vSddwZry4JnmltHVk =
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/v57 /github"
10
+ "github.com/google/go-github/v61 /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/v57 /github"
23
+ "github.com/google/go-github/v61 /github"
24
24
"golang.org/x/oauth2"
25
25
)
26
26
You can’t perform that action at this time.
0 commit comments