Update go-github from v37 -> v39 (#925)

This commit is contained in:
Patrick Ellis
2021-12-11 21:43:40 +09:00
committed by GitHub
parent c718eaae4f
commit ea2dbc2807
19 changed files with 28 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package hookdeliveryforwarder
import (
"context"
gogithub "github.com/google/go-github/v37/github"
gogithub "github.com/google/go-github/v39/github"
)
type hooksAPI struct {