File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.2
55require (
66 github.com/dgrijalva/jwt-go v3.2.0+incompatible
77 github.com/google/go-cmp v0.6.0
8- github.com/google/go-github/v62 v62 .0.0
8+ github.com/google/go-github/v69 v69 .0.0
99)
1010
1111require github.com/google/go-querystring v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZm
33github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
44github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
55github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
6- github.com/google/go-github/v62 v62 .0.0 h1:/6mGCaRywZz9MuHyw9gD1CwsbmBX8GWsbFkwMmHdhl4 =
7- github.com/google/go-github/v62 v62 .0.0/go.mod h1:EMxeUqGJq2xRu9DYBMwel/mr7kZrzUOfQmmpYrZn2a4 =
6+ github.com/google/go-github/v69 v69 .0.0 h1:YnFvZ3pEIZF8KHmI8xyQQe3mYACdkhnaTV2hr7CP2/w =
7+ github.com/google/go-github/v69 v69 .0.0/go.mod h1:xne4jymxLR6Uj9b7J7PyTpkMYstEMMwGZa0Aehh1azM =
88github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
99github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
1010golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "sync"
1212 "time"
1313
14- "github.com/google/go-github/v62 /github"
14+ "github.com/google/go-github/v69 /github"
1515)
1616
1717const (
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "time"
1313
1414 "github.com/google/go-cmp/cmp"
15- "github.com/google/go-github/v62 /github"
15+ "github.com/google/go-github/v69 /github"
1616)
1717
1818const (
@@ -216,11 +216,11 @@ func TestRefreshTokenWithParameters(t *testing.T) {
216216 Token : "token_string" ,
217217 ExpiresAt : time .Now (),
218218 Repositories : []github.Repository {{
219- ID : github .Int64 ( 1234 ),
219+ ID : github .Ptr ( int64 ( 1234 ) ),
220220 }},
221221 Permissions : github.InstallationPermissions {
222- Contents : github .String ("write" ),
223- Issues : github .String ("read" ),
222+ Contents : github .Ptr ("write" ),
223+ Issues : github .Ptr ("read" ),
224224 },
225225 }
226226 tokenReadWriter , err := GetReadWriter (accessToken )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.2
55require (
66 github.com/golang-jwt/jwt/v5 v5.2.1
77 github.com/google/go-cmp v0.6.0
8- github.com/google/go-github/v62 v62 .0.0
8+ github.com/google/go-github/v69 v69 .0.0
99)
1010
1111require github.com/google/go-querystring v1.1.0 // indirect
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVI
33github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
44github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
55github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
6- github.com/google/go-github/v62 v62 .0.0 h1:/6mGCaRywZz9MuHyw9gD1CwsbmBX8GWsbFkwMmHdhl4 =
7- github.com/google/go-github/v62 v62 .0.0/go.mod h1:EMxeUqGJq2xRu9DYBMwel/mr7kZrzUOfQmmpYrZn2a4 =
6+ github.com/google/go-github/v69 v69 .0.0 h1:YnFvZ3pEIZF8KHmI8xyQQe3mYACdkhnaTV2hr7CP2/w =
7+ github.com/google/go-github/v69 v69 .0.0/go.mod h1:xne4jymxLR6Uj9b7J7PyTpkMYstEMMwGZa0Aehh1azM =
88github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
99github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
1010golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "sync"
1212 "time"
1313
14- "github.com/google/go-github/v62 /github"
14+ "github.com/google/go-github/v69 /github"
1515)
1616
1717const (
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "time"
1313
1414 "github.com/google/go-cmp/cmp"
15- "github.com/google/go-github/v62 /github"
15+ "github.com/google/go-github/v69 /github"
1616)
1717
1818const (
You can’t perform that action at this time.
0 commit comments