File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
"context"
5
5
"net/http"
6
6
7
- "github.com/google/go-github/v62 /github"
7
+ "github.com/google/go-github/v64 /github"
8
8
"github.com/worlpaker/gitty/gitty/token"
9
9
)
10
10
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"testing"
11
11
12
12
"github.com/brianvoe/gofakeit/v7"
13
- "github.com/google/go-github/v62 /github"
13
+ "github.com/google/go-github/v64 /github"
14
14
"github.com/stretchr/testify/assert"
15
15
)
16
16
Original file line number Diff line number Diff line change 8
8
"sync"
9
9
"time"
10
10
11
- "github.com/google/go-github/v62 /github"
11
+ "github.com/google/go-github/v64 /github"
12
12
"github.com/worlpaker/gitty/gitty/token"
13
13
)
14
14
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
"time"
16
16
17
17
"github.com/brianvoe/gofakeit/v7"
18
- "github.com/google/go-github/v62 /github"
18
+ "github.com/google/go-github/v64 /github"
19
19
"github.com/stretchr/testify/assert"
20
20
)
21
21
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/brianvoe/gofakeit/v7 v7.0.4
7
- github.com/google/go-github/v62 v62 .0.0
7
+ github.com/google/go-github/v64 v64 .0.0
8
8
github.com/spf13/cobra v1.8.1
9
9
github.com/stretchr/testify v1.9.0
10
10
)
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8Yc
7
7
github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
8
8
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
9
9
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
10
- github.com/google/go-github/v62 v62 .0.0 h1:/6mGCaRywZz9MuHyw9gD1CwsbmBX8GWsbFkwMmHdhl4 =
11
- github.com/google/go-github/v62 v62 .0.0/go.mod h1:EMxeUqGJq2xRu9DYBMwel/mr7kZrzUOfQmmpYrZn2a4 =
10
+ github.com/google/go-github/v64 v64 .0.0 h1:4G61sozmY3eiPAjjoOHponXDBONm+utovTKbyUb2Qdg =
11
+ github.com/google/go-github/v64 v64 .0.0/go.mod h1:xB3vqMQNdHzilXBiO2I+M7iEFtHf+DP/omBOv6tQzVo =
12
12
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
13
13
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
14
14
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
You can’t perform that action at this time.
0 commit comments