Skip to content

Commit 6b2d042

Browse files
committed
Update google/go-github to v33
1 parent 29f81f7 commit 6b2d042

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

applier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"time"
1313

1414
"github.com/bluekeyes/go-gitdiff/gitdiff"
15-
"github.com/google/go-github/v32/github"
15+
"github.com/google/go-github/v33/github"
1616
)
1717

1818
// DefaultCommitMessage is the commit message used when no message is provided

cmd/patch2pr/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
"github.com/bluekeyes/go-gitdiff/gitdiff"
1818
"github.com/bluekeyes/patch2pr"
19-
"github.com/google/go-github/v32/github"
19+
"github.com/google/go-github/v33/github"
2020
"golang.org/x/oauth2"
2121
)
2222

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ go 1.14
44

55
require (
66
github.com/bluekeyes/go-gitdiff v0.5.0
7-
github.com/google/go-github/v32 v32.0.0
7+
github.com/google/go-github/v33 v33.0.0
88
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
99
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/bluekeyes/go-gitdiff v0.5.0/go.mod h1:QpfYYO1E0fTVHVZAZKiRjtSGY9823iC
44
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
55
github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs=
66
github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
7-
github.com/google/go-github/v32 v32.0.0 h1:q74KVb22spUq0U5HqZ9VCYqQz8YRuOtL/39ZnfwO+NM=
8-
github.com/google/go-github/v32 v32.0.0/go.mod h1:rIEpZD9CTDQwDK9GDrtMTycQNA4JU3qBsCizh3q2WCI=
7+
github.com/google/go-github/v33 v33.0.0 h1:qAf9yP0qc54ufQxzwv+u9H0tiVOnPJxo0lI/JXqw3ZM=
8+
github.com/google/go-github/v33 v33.0.0/go.mod h1:GMdDnVZY/2TsWgp/lkYnpSAh6TrzhANBBwm6k6TTEXg=
99
github.com/google/go-querystring v1.0.0 h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk=
1010
github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck=
1111
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 h1:VklqNMn3ovrHsnt90PveolxSbWFaJdECFbxSq0Mqo2M=

reference.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"strings"
77

8-
"github.com/google/go-github/v32/github"
8+
"github.com/google/go-github/v33/github"
99
)
1010

1111
// Reference is a named reference in a repository.

0 commit comments

Comments
 (0)