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

This commit is contained in:
Patrick Ellis
2021-12-11 07:43:40 -05:00
committed by GitHub
parent c718eaae4f
commit ea2dbc2807
19 changed files with 28 additions and 24 deletions

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 hookDeliveriesAPI struct {