File tree Expand file tree Collapse file tree 11 files changed +15
-12
lines changed Expand file tree Collapse file tree 11 files changed +15
-12
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/v69 /github"
28
+ "github.com/google/go-github/v70 /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/v69 /github"
24
+ "github.com/google/go-github/v70 /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/v69 /github"
23
+ "github.com/google/go-github/v70 /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/v69 /github"
20
+ "github.com/google/go-github/v70 /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/v69 /github"
27
+ "github.com/google/go-github/v70 /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/v69 /github"
20
+ "github.com/google/go-github/v70 /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/v69 /github"
23
+ "github.com/google/go-github/v70 /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/v69 /github"
22
+ "github.com/google/go-github/v70 /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/v69 /github"
22
+ "github.com/google/go-github/v70 /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.14.0
8
- github.com/google/go-github/v69 v69.2 .0
8
+ github.com/google/go-github/v70 v70.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.1 // indirect
22
+ github.com/google/go-github/v69 v69.2.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
You can’t perform that action at this time.
0 commit comments