File tree Expand file tree Collapse file tree 7 files changed +9
-7
lines changed Expand file tree Collapse file tree 7 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
/patch2pr
2
+ .idea /
3
+
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/v37 /github"
15
+ "github.com/google/go-github/v38 /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 @@ -14,7 +14,7 @@ import (
14
14
"time"
15
15
16
16
"github.com/bluekeyes/go-gitdiff/gitdiff"
17
- "github.com/google/go-github/v37 /github"
17
+ "github.com/google/go-github/v38 /github"
18
18
"golang.org/x/oauth2"
19
19
)
20
20
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/v37 /github"
19
+ "github.com/google/go-github/v38 /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.2
7
- github.com/google/go-github/v37 v37.0 .0
7
+ github.com/google/go-github/v38 v38.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 @@ -6,8 +6,8 @@ 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
7
github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ =
8
8
github.com/google/go-cmp v0.5.6 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
9
- github.com/google/go-github/v37 v37.0 .0 h1:rCspN8/6kB1BAJWZfuafvHhyfIo5fkAulaP/3bOQ/tM =
10
- github.com/google/go-github/v37 v37.0 .0/go.mod h1:LM7in3NmXDrX58GbEHy7FtNLbI2JijX93RnMKvWG3m4 =
9
+ github.com/google/go-github/v38 v38.1 .0 h1:C6h1FkaITcBFK7gAmq4eFzt6gbhEhk7L5z6R3Uva+po =
10
+ github.com/google/go-github/v38 v38.1 .0/go.mod h1:cStvrz/7nFr0FoENgG6GLbp53WaelXucT+BBz/3VKx4 =
11
11
github.com/google/go-querystring v1.0.0 h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk =
12
12
github.com/google/go-querystring v1.0.0 /go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck =
13
13
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/v37 /github"
8
+ "github.com/google/go-github/v38 /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