Skip to content

Commit d2b741d

Browse files
authored
Update go-github to v65 (#384)
1 parent 1f0eaed commit d2b741d

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

appconfig/appconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"net/http"
2626
"strings"
2727

28-
"github.com/google/go-github/v64/github"
28+
"github.com/google/go-github/v65/github"
2929
"github.com/pkg/errors"
3030
"github.com/rs/zerolog"
3131
)

appconfig/appconfig_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"path/filepath"
2222
"testing"
2323

24-
"github.com/google/go-github/v64/github"
24+
"github.com/google/go-github/v65/github"
2525
)
2626

2727
const (

example/issue_comment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"fmt"
2121
"strings"
2222

23-
"github.com/google/go-github/v64/github"
23+
"github.com/google/go-github/v65/github"
2424
"github.com/palantir/go-githubapp/githubapp"
2525
"github.com/pkg/errors"
2626
"github.com/rs/zerolog"

githubapp/caching_client_creator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package githubapp
1717
import (
1818
"fmt"
1919

20-
"github.com/google/go-github/v64/github"
20+
"github.com/google/go-github/v65/github"
2121
lru "github.com/hashicorp/golang-lru"
2222
"github.com/pkg/errors"
2323
"github.com/shurcooL/githubv4"

githubapp/client_creator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"time"
2525

2626
"github.com/bradleyfalzon/ghinstallation/v2"
27-
"github.com/google/go-github/v64/github"
27+
"github.com/google/go-github/v65/github"
2828
"github.com/gregjones/httpcache"
2929
"github.com/pkg/errors"
3030
"github.com/shurcooL/githubv4"

githubapp/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package githubapp
1717
import (
1818
"context"
1919

20-
"github.com/google/go-github/v64/github"
20+
"github.com/google/go-github/v65/github"
2121
"github.com/rs/zerolog"
2222
)
2323

githubapp/context_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"encoding/json"
2121
"testing"
2222

23-
"github.com/google/go-github/v64/github"
23+
"github.com/google/go-github/v65/github"
2424
"github.com/rs/zerolog"
2525
)
2626

githubapp/dispatcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"fmt"
2020
"net/http"
2121

22-
"github.com/google/go-github/v64/github"
22+
"github.com/google/go-github/v65/github"
2323
"github.com/pkg/errors"
2424
"github.com/rcrowley/go-metrics"
2525
"github.com/rs/zerolog"

githubapp/installations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"fmt"
2020
"net/http"
2121

22-
"github.com/google/go-github/v64/github"
22+
"github.com/google/go-github/v65/github"
2323
"github.com/pkg/errors"
2424
)
2525

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/alexedwards/scs v1.4.1
77
github.com/bradleyfalzon/ghinstallation/v2 v2.11.0
8-
github.com/google/go-github/v64 v64.0.0
8+
github.com/google/go-github/v65 v65.0.0
99
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
1010
github.com/hashicorp/golang-lru v0.6.0
1111
github.com/patrickmn/go-cache v2.1.0+incompatible

0 commit comments

Comments
 (0)