File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"time"
13
13
14
14
"github.com/bluekeyes/go-gitdiff/gitdiff"
15
- "github.com/google/go-github/v32 /github"
15
+ "github.com/google/go-github/v33 /github"
16
16
)
17
17
18
18
// DefaultCommitMessage is the commit message used when no message is provided
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
17
17
"github.com/bluekeyes/go-gitdiff/gitdiff"
18
18
"github.com/bluekeyes/patch2pr"
19
- "github.com/google/go-github/v32 /github"
19
+ "github.com/google/go-github/v33 /github"
20
20
"golang.org/x/oauth2"
21
21
)
22
22
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
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
8
8
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
9
9
)
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/bluekeyes/go-gitdiff v0.5.0/go.mod h1:QpfYYO1E0fTVHVZAZKiRjtSGY9823iC
4
4
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
5
5
github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs =
6
6
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 =
9
9
github.com/google/go-querystring v1.0.0 h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk =
10
10
github.com/google/go-querystring v1.0.0 /go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck =
11
11
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 h1:VklqNMn3ovrHsnt90PveolxSbWFaJdECFbxSq0Mqo2M =
Original file line number Diff line number Diff line change 5
5
"fmt"
6
6
"strings"
7
7
8
- "github.com/google/go-github/v32 /github"
8
+ "github.com/google/go-github/v33 /github"
9
9
)
10
10
11
11
// Reference is a named reference in a repository.
You can’t perform that action at this time.
0 commit comments