Skip to content

Commit 7ed938c

Browse files
authored
Merge pull request #103 from jekyll/github-v73
Upgrade go-github to v73
2 parents b4f9374 + 7af164a commit 7ed938c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+47
-96
lines changed

affinity/affinity.go

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

10-
"github.com/google/go-github/v53/github"
10+
"github.com/google/go-github/v73/github"
1111
"github.com/jekyll/jekyllbot/ctx"
1212
)
1313

affinity/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package affinity
33
import (
44
"fmt"
55

6-
"github.com/google/go-github/v53/github"
6+
"github.com/google/go-github/v73/github"
77
"github.com/jekyll/jekyllbot/ctx"
88
)
99

affinity/team.go

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

8-
"github.com/google/go-github/v53/github"
8+
"github.com/google/go-github/v73/github"
99
"github.com/jekyll/jekyllbot/ctx"
1010
)
1111

affinity/team_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package affinity
33
import (
44
"testing"
55

6-
"github.com/google/go-github/v53/github"
6+
"github.com/google/go-github/v73/github"
77
"github.com/stretchr/testify/assert"
88
)
99

auth/auth.go

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

8-
"github.com/google/go-github/v53/github"
8+
"github.com/google/go-github/v73/github"
99
"github.com/jekyll/jekyllbot/ctx"
1010
)
1111

autopull/autopull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"log"
77
"strings"
88

9-
"github.com/google/go-github/v53/github"
9+
"github.com/google/go-github/v73/github"
1010
"github.com/jekyll/jekyllbot/ctx"
1111
)
1212

chlog/close_milestone_on_release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package chlog
22

33
import (
4-
"github.com/google/go-github/v53/github"
4+
"github.com/google/go-github/v73/github"
55
"github.com/jekyll/jekyllbot/ctx"
66
)
77

chlog/create_release_on_tag.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"regexp"
55
"strings"
66

7-
"github.com/google/go-github/v53/github"
7+
"github.com/google/go-github/v73/github"
88
"github.com/jekyll/jekyllbot/ctx"
99
)
1010

chlog/merge_and_label.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"sync"
1212
"text/template"
1313

14-
"github.com/google/go-github/v53/github"
14+
"github.com/google/go-github/v73/github"
1515
"github.com/jekyll/jekyllbot/auth"
1616
"github.com/jekyll/jekyllbot/ctx"
1717
"github.com/parkr/changelog"

chlog/merge_and_label_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"io/ioutil"
55
"testing"
66

7-
"github.com/google/go-github/v53/github"
7+
"github.com/google/go-github/v73/github"
88
"github.com/jekyll/jekyllbot/ctx"
99
"github.com/stretchr/testify/assert"
1010
)

0 commit comments

Comments
 (0)