File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Expand file tree Collapse file tree 5 files changed +6
-8
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/v33 /github"
15
+ "github.com/google/go-github/v35 /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/v33 /github"
19
+ "github.com/google/go-github/v35 /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.1
7
- github.com/google/go-github/v33 v33.0 .0
7
+ github.com/google/go-github/v35 v35.1 .0
8
8
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
9
9
)
Original file line number Diff line number Diff line change 1
1
cloud.google.com/go v0.34.0 /go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw =
2
- github.com/bluekeyes/go-gitdiff v0.5.0 h1:AXrIoy/VEA9Baz2lhwMlpdzDJ/sKof6C9yTt1oqw4hQ =
3
- github.com/bluekeyes/go-gitdiff v0.5.0 /go.mod h1:QpfYYO1E0fTVHVZAZKiRjtSGY9823iCdvGXBcEzHGbM =
4
2
github.com/bluekeyes/go-gitdiff v0.5.1 h1:nb0/nbk4SGxK80taUG+gKjOpUYhpkVxqDRULlMLsWng =
5
3
github.com/bluekeyes/go-gitdiff v0.5.1 /go.mod h1:QpfYYO1E0fTVHVZAZKiRjtSGY9823iCdvGXBcEzHGbM =
6
4
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
7
5
github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs =
8
6
github.com/golang/protobuf v1.3.2 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
9
- github.com/google/go-github/v33 v33.0 .0 h1:qAf9yP0qc54ufQxzwv+u9H0tiVOnPJxo0lI/JXqw3ZM =
10
- github.com/google/go-github/v33 v33.0 .0/go.mod h1:GMdDnVZY/2TsWgp/lkYnpSAh6TrzhANBBwm6k6TTEXg =
7
+ github.com/google/go-github/v35 v35.1 .0 h1:KkwZnKWQ/0YryvXjZlCN/3EGRJNp6VCZPKo+RG9mG28 =
8
+ github.com/google/go-github/v35 v35.1 .0/go.mod h1:s0515YVTI+IMrDoy9Y4pHt9ShGpzHvHO8rZ7L7acgvs =
11
9
github.com/google/go-querystring v1.0.0 h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk =
12
10
github.com/google/go-querystring v1.0.0 /go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck =
13
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/v33 /github"
8
+ "github.com/google/go-github/v35 /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