Bump go-github to v45 (#1573)

* Bump go-github to v45

Ref #1402

* fixup! Bump go-github to v45
This commit is contained in:
Yusuke Kuoka
2022-06-29 06:34:58 +09:00
committed by GitHub
parent 0386c0734c
commit ddd417f756
19 changed files with 22 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ import (
"time"
"github.com/actions-runner-controller/actions-runner-controller/github"
gogithub "github.com/google/go-github/v39/github"
gogithub "github.com/google/go-github/v45/github"
)
type server struct {

View File

@@ -12,7 +12,7 @@ import (
"time"
"github.com/actions-runner-controller/actions-runner-controller/github"
gogithub "github.com/google/go-github/v39/github"
gogithub "github.com/google/go-github/v45/github"
)
type Forwarder struct {

View File

@@ -3,7 +3,7 @@ package hookdeliveryforwarder
import (
"context"
gogithub "github.com/google/go-github/v39/github"
gogithub "github.com/google/go-github/v45/github"
)
type hooksAPI struct {

View File

@@ -3,7 +3,7 @@ package hookdeliveryforwarder
import (
"context"
gogithub "github.com/google/go-github/v39/github"
gogithub "github.com/google/go-github/v45/github"
)
type hookDeliveriesAPI struct {

View File

@@ -8,7 +8,7 @@ import (
"sync"
"github.com/actions-runner-controller/actions-runner-controller/github"
gogithub "github.com/google/go-github/v39/github"
gogithub "github.com/google/go-github/v45/github"
)
type MultiForwarder struct {