File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"fmt"
21
21
"strings"
22
22
23
- "github.com/google/go-github/v32 /github"
23
+ "github.com/google/go-github/v33 /github"
24
24
"github.com/palantir/go-githubapp/githubapp"
25
25
"github.com/pkg/errors"
26
26
"github.com/rs/zerolog"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ package githubapp
17
17
import (
18
18
"fmt"
19
19
20
- "github.com/google/go-github/v32 /github"
20
+ "github.com/google/go-github/v33 /github"
21
21
lru "github.com/hashicorp/golang-lru"
22
22
"github.com/pkg/errors"
23
23
"github.com/shurcooL/githubv4"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"time"
25
25
26
26
"github.com/bradleyfalzon/ghinstallation"
27
- "github.com/google/go-github/v32 /github"
27
+ "github.com/google/go-github/v33 /github"
28
28
"github.com/gregjones/httpcache"
29
29
"github.com/pkg/errors"
30
30
"github.com/shurcooL/githubv4"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ package githubapp
17
17
import (
18
18
"context"
19
19
20
- "github.com/google/go-github/v32 /github"
20
+ "github.com/google/go-github/v33 /github"
21
21
"github.com/rs/zerolog"
22
22
)
23
23
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"encoding/json"
21
21
"testing"
22
22
23
- "github.com/google/go-github/v32 /github"
23
+ "github.com/google/go-github/v33 /github"
24
24
"github.com/rs/zerolog"
25
25
)
26
26
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
"fmt"
20
20
"net/http"
21
21
22
- "github.com/google/go-github/v32 /github"
22
+ "github.com/google/go-github/v33 /github"
23
23
"github.com/pkg/errors"
24
24
"github.com/rcrowley/go-metrics"
25
25
"github.com/rs/zerolog"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
"fmt"
20
20
"net/http"
21
21
22
- "github.com/google/go-github/v32 /github"
22
+ "github.com/google/go-github/v33 /github"
23
23
"github.com/pkg/errors"
24
24
)
25
25
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/alexedwards/scs v1.4.1
7
7
github.com/bradleyfalzon/ghinstallation v1.1.1
8
8
github.com/google/go-github/v29 v29.0.3 // indirect
9
- github.com/google/go-github/v32 v32 .0.0
9
+ github.com/google/go-github/v33 v33 .0.0
10
10
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
11
11
github.com/hashicorp/golang-lru v0.5.4
12
12
github.com/palantir/go-baseapp v0.2.0
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMyw
23
23
github.com/google/go-github/v29 v29.0.2 /go.mod h1:CHKiKKPHJ0REzfwc14QMklvtHwCveD0PxlMjLlzAM5E =
24
24
github.com/google/go-github/v29 v29.0.3 h1:IktKCTwU//aFHnpA+2SLIi7Oo9uhAzgsdZNbcAqhgdc =
25
25
github.com/google/go-github/v29 v29.0.3 /go.mod h1:CHKiKKPHJ0REzfwc14QMklvtHwCveD0PxlMjLlzAM5E =
26
- github.com/google/go-github/v32 v32 .0.0 h1:q74KVb22spUq0U5HqZ9VCYqQz8YRuOtL/39ZnfwO+NM =
27
- github.com/google/go-github/v32 v32 .0.0/go.mod h1:rIEpZD9CTDQwDK9GDrtMTycQNA4JU3qBsCizh3q2WCI =
26
+ github.com/google/go-github/v33 v33 .0.0 h1:qAf9yP0qc54ufQxzwv+u9H0tiVOnPJxo0lI/JXqw3ZM =
27
+ github.com/google/go-github/v33 v33 .0.0/go.mod h1:GMdDnVZY/2TsWgp/lkYnpSAh6TrzhANBBwm6k6TTEXg =
28
28
github.com/google/go-querystring v1.0.0 h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk =
29
29
github.com/google/go-querystring v1.0.0 /go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck =
30
30
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA =
You can’t perform that action at this time.
0 commit comments