File tree 11 files changed +12
-12
lines changed
11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
"net/http"
26
26
"strings"
27
27
28
- "github.com/google/go-github/v63 /github"
28
+ "github.com/google/go-github/v64 /github"
29
29
"github.com/pkg/errors"
30
30
"github.com/rs/zerolog"
31
31
)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"path/filepath"
22
22
"testing"
23
23
24
- "github.com/google/go-github/v63 /github"
24
+ "github.com/google/go-github/v64 /github"
25
25
)
26
26
27
27
const (
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"fmt"
21
21
"strings"
22
22
23
- "github.com/google/go-github/v63 /github"
23
+ "github.com/google/go-github/v64 /github"
24
24
"github.com/palantir/go-githubapp/githubapp"
25
25
"github.com/pkg/errors"
26
26
"github.com/rs/zerolog"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ package githubapp
17
17
import (
18
18
"fmt"
19
19
20
- "github.com/google/go-github/v63 /github"
20
+ "github.com/google/go-github/v64 /github"
21
21
lru "github.com/hashicorp/golang-lru"
22
22
"github.com/pkg/errors"
23
23
"github.com/shurcooL/githubv4"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"time"
25
25
26
26
"github.com/bradleyfalzon/ghinstallation/v2"
27
- "github.com/google/go-github/v63 /github"
27
+ "github.com/google/go-github/v64 /github"
28
28
"github.com/gregjones/httpcache"
29
29
"github.com/pkg/errors"
30
30
"github.com/shurcooL/githubv4"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ package githubapp
17
17
import (
18
18
"context"
19
19
20
- "github.com/google/go-github/v63 /github"
20
+ "github.com/google/go-github/v64 /github"
21
21
"github.com/rs/zerolog"
22
22
)
23
23
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"encoding/json"
21
21
"testing"
22
22
23
- "github.com/google/go-github/v63 /github"
23
+ "github.com/google/go-github/v64 /github"
24
24
"github.com/rs/zerolog"
25
25
)
26
26
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
"fmt"
20
20
"net/http"
21
21
22
- "github.com/google/go-github/v63 /github"
22
+ "github.com/google/go-github/v64 /github"
23
23
"github.com/pkg/errors"
24
24
"github.com/rcrowley/go-metrics"
25
25
"github.com/rs/zerolog"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
"fmt"
20
20
"net/http"
21
21
22
- "github.com/google/go-github/v63 /github"
22
+ "github.com/google/go-github/v64 /github"
23
23
"github.com/pkg/errors"
24
24
)
25
25
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/alexedwards/scs v1.4.1
7
7
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0
8
- github.com/google/go-github/v63 v63 .0.0
8
+ github.com/google/go-github/v64 v64 .0.0
9
9
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
10
10
github.com/hashicorp/golang-lru v0.6.0
11
11
github.com/patrickmn/go-cache v2.1.0+incompatible
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
12
12
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
13
13
github.com/google/go-github/v62 v62.0.0 h1:/6mGCaRywZz9MuHyw9gD1CwsbmBX8GWsbFkwMmHdhl4 =
14
14
github.com/google/go-github/v62 v62.0.0 /go.mod h1:EMxeUqGJq2xRu9DYBMwel/mr7kZrzUOfQmmpYrZn2a4 =
15
- github.com/google/go-github/v63 v63 .0.0 h1:13xwK/wk9alSokujB9lJkuzdmQuVn2QCPeck76wR3nE =
16
- github.com/google/go-github/v63 v63 .0.0/go.mod h1:IqbcrgUmIcEaioWrGYei/09o+ge5vhffGOcxrO0AfmA =
15
+ github.com/google/go-github/v64 v64 .0.0 h1:4G61sozmY3eiPAjjoOHponXDBONm+utovTKbyUb2Qdg =
16
+ github.com/google/go-github/v64 v64 .0.0/go.mod h1:xB3vqMQNdHzilXBiO2I+M7iEFtHf+DP/omBOv6tQzVo =
17
17
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
18
18
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
19
19
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA =
You can’t perform that action at this time.
0 commit comments