File tree Expand file tree Collapse file tree 11 files changed +13
-10
lines changed Expand file tree Collapse file tree 11 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
"net/http"
26
26
"strings"
27
27
28
- "github.com/google/go-github/v71 /github"
28
+ "github.com/google/go-github/v72 /github"
29
29
"github.com/pkg/errors"
30
30
"github.com/rs/zerolog"
31
31
)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"path/filepath"
22
22
"testing"
23
23
24
- "github.com/google/go-github/v71 /github"
24
+ "github.com/google/go-github/v72 /github"
25
25
)
26
26
27
27
const (
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/v71 /github"
23
+ "github.com/google/go-github/v72 /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/v71 /github"
20
+ "github.com/google/go-github/v72 /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/v2"
27
- "github.com/google/go-github/v71 /github"
27
+ "github.com/google/go-github/v72 /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/v71 /github"
20
+ "github.com/google/go-github/v72 /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/v71 /github"
23
+ "github.com/google/go-github/v72 /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/v71 /github"
22
+ "github.com/google/go-github/v72 /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/v71 /github"
22
+ "github.com/google/go-github/v72 /github"
23
23
"github.com/pkg/errors"
24
24
)
25
25
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
5
5
require (
6
6
github.com/alexedwards/scs v1.4.1
7
7
github.com/bradleyfalzon/ghinstallation/v2 v2.15.0
8
- github.com/google/go-github/v71 v71 .0.0
8
+ github.com/google/go-github/v72 v72 .0.0
9
9
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
10
10
github.com/hashicorp/golang-lru v0.6.0
11
11
github.com/patrickmn/go-cache v2.1.0+incompatible
@@ -19,6 +19,7 @@ require (
19
19
20
20
require (
21
21
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
22
+ github.com/google/go-github/v71 v71.0.0 // indirect
22
23
github.com/google/go-querystring v1.1.0 // indirect
23
24
github.com/kr/pretty v0.3.0 // indirect
24
25
github.com/mattn/go-colorable v0.1.13 // indirect
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
12
12
github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
13
13
github.com/google/go-github/v71 v71.0.0 h1:Zi16OymGKZZMm8ZliffVVJ/Q9YZreDKONCr+WUd0Z30 =
14
14
github.com/google/go-github/v71 v71.0.0 /go.mod h1:URZXObp2BLlMjwu0O8g4y6VBneUj2bCHgnI8FfgZ51M =
15
+ github.com/google/go-github/v72 v72.0.0 h1:FcIO37BLoVPBO9igQQ6tStsv2asG4IPcYFi655PPvBM =
16
+ github.com/google/go-github/v72 v72.0.0 /go.mod h1:WWtw8GMRiL62mvIquf1kO3onRHeWWKmK01qdCY8c5fg =
15
17
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
16
18
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
17
19
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