Skip to content

Commit ac70160

Browse files
authored
Update go-github to v38 (#326)
1 parent 74b8c04 commit ac70160

File tree

139 files changed

+867
-86
lines changed

Some content is hidden

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

139 files changed

+867
-86
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ require (
99
github.com/bluekeyes/templatetree v0.1.0
1010
github.com/c2h5oh/datasize v0.0.0-20171227191756-4eba002a5eae
1111
github.com/die-net/lrucache v0.0.0-20181227122439-19a39ef22a11
12-
github.com/google/go-github/v37 v37.0.0
12+
github.com/google/go-github/v38 v38.1.0
1313
github.com/google/go-querystring v1.0.0
1414
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
1515
github.com/palantir/go-baseapp v0.2.4
16-
github.com/palantir/go-githubapp v0.8.1
16+
github.com/palantir/go-githubapp v0.9.0
1717
github.com/pkg/errors v0.9.1
1818
github.com/rs/zerolog v1.18.0
1919
github.com/sergi/go-diff v1.1.0 // indirect

go.sum

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,9 @@ github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
139139
github.com/google/go-github/v29 v29.0.2/go.mod h1:CHKiKKPHJ0REzfwc14QMklvtHwCveD0PxlMjLlzAM5E=
140140
github.com/google/go-github/v29 v29.0.3 h1:IktKCTwU//aFHnpA+2SLIi7Oo9uhAzgsdZNbcAqhgdc=
141141
github.com/google/go-github/v29 v29.0.3/go.mod h1:CHKiKKPHJ0REzfwc14QMklvtHwCveD0PxlMjLlzAM5E=
142-
github.com/google/go-github/v37 v37.0.0 h1:rCspN8/6kB1BAJWZfuafvHhyfIo5fkAulaP/3bOQ/tM=
143-
github.com/google/go-github/v37 v37.0.0/go.mod h1:LM7in3NmXDrX58GbEHy7FtNLbI2JijX93RnMKvWG3m4=
142+
github.com/google/go-github/v38 v38.0.0/go.mod h1:cStvrz/7nFr0FoENgG6GLbp53WaelXucT+BBz/3VKx4=
143+
github.com/google/go-github/v38 v38.1.0 h1:C6h1FkaITcBFK7gAmq4eFzt6gbhEhk7L5z6R3Uva+po=
144+
github.com/google/go-github/v38 v38.1.0/go.mod h1:cStvrz/7nFr0FoENgG6GLbp53WaelXucT+BBz/3VKx4=
144145
github.com/google/go-querystring v1.0.0 h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk=
145146
github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck=
146147
github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs=
@@ -227,8 +228,8 @@ github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRW
227228
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
228229
github.com/palantir/go-baseapp v0.2.4 h1:OtF5jipUF62ZRjLMLODZ2Rq180Kaekqm4pNOUZdOfAU=
229230
github.com/palantir/go-baseapp v0.2.4/go.mod h1:TSsvmXBDAAu2wZJgWi1/nG+YM5xIOEsXFmLsNoGP5O4=
230-
github.com/palantir/go-githubapp v0.8.1 h1:+BBB794FIrR5OhqIM2+kMwjw0ZklV41XFlFxWWuMbIM=
231-
github.com/palantir/go-githubapp v0.8.1/go.mod h1:XjzQ7r4lLXwqj1MEUjmUD9xng9VYqGj3XfDYlGpqigw=
231+
github.com/palantir/go-githubapp v0.9.0 h1:5NmPwIUlEh/t0TOm+QoGMwZsjj2HTpgi2SaXLmFl8Do=
232+
github.com/palantir/go-githubapp v0.9.0/go.mod h1:+reYl6s23olCHWigIXth27wvl0ckoInmZmY+Cyom0Ls=
232233
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
233234
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
234235
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

pull/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"strings"
2222
"time"
2323

24-
"github.com/google/go-github/v37/github"
24+
"github.com/google/go-github/v38/github"
2525
"github.com/pkg/errors"
2626
"github.com/rs/zerolog"
2727
"github.com/shurcooL/githubv4"

pull/github_membership.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"context"
1919
"strings"
2020

21-
"github.com/google/go-github/v37/github"
21+
"github.com/google/go-github/v38/github"
2222
"github.com/pkg/errors"
2323
)
2424

pull/github_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"testing"
2323
"time"
2424

25-
"github.com/google/go-github/v37/github"
25+
"github.com/google/go-github/v38/github"
2626
"github.com/shurcooL/githubv4"
2727
"github.com/stretchr/testify/assert"
2828
"github.com/stretchr/testify/require"

pull/list_teams.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"net/url"
2121
"reflect"
2222

23-
"github.com/google/go-github/v37/github"
23+
"github.com/google/go-github/v38/github"
2424
"github.com/google/go-querystring/query"
2525
)
2626

server/handler/base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"strings"
2222
"time"
2323

24-
"github.com/google/go-github/v37/github"
24+
"github.com/google/go-github/v38/github"
2525
"github.com/palantir/go-baseapp/baseapp"
2626
"github.com/palantir/go-githubapp/githubapp"
2727
"github.com/palantir/policy-bot/policy"

server/handler/check_run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"context"
1919
"encoding/json"
2020

21-
"github.com/google/go-github/v37/github"
21+
"github.com/google/go-github/v38/github"
2222
"github.com/palantir/go-githubapp/githubapp"
2323
"github.com/palantir/policy-bot/policy/common"
2424
"github.com/palantir/policy-bot/pull"

server/handler/cross_org.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"context"
1919
"strings"
2020

21-
"github.com/google/go-github/v37/github"
21+
"github.com/google/go-github/v38/github"
2222
"github.com/palantir/go-githubapp/githubapp"
2323
"github.com/palantir/policy-bot/pull"
2424
"github.com/pkg/errors"

server/handler/details.go

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

2525
"github.com/alexedwards/scs"
2626
"github.com/bluekeyes/templatetree"
27-
"github.com/google/go-github/v37/github"
27+
"github.com/google/go-github/v38/github"
2828
"github.com/palantir/go-githubapp/githubapp"
2929
"github.com/palantir/policy-bot/policy/common"
3030
"github.com/palantir/policy-bot/pull"

0 commit comments

Comments
 (0)