File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
"strings"
8
8
"time"
9
9
10
- "github.com/google/go-github/v69 /github"
10
+ "github.com/google/go-github/v74 /github"
11
11
"github.com/hashicorp/go-version"
12
12
)
13
13
Original file line number Diff line number Diff line change 4
4
"context"
5
5
"testing"
6
6
7
- "github.com/google/go-github/v69 /github"
7
+ "github.com/google/go-github/v74 /github"
8
8
"github.com/hashicorp/go-version"
9
9
)
10
10
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.25.1
6
6
7
7
require (
8
8
github.com/BurntSushi/toml v1.5.0
9
- github.com/google/go-github/v69 v69.2 .0
9
+ github.com/google/go-github/v74 v74.0 .0
10
10
github.com/hashicorp/go-version v1.7.0
11
11
golang.org/x/oauth2 v0.31.0
12
12
)
Original file line number Diff line number Diff line change 1
1
github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg =
2
2
github.com/BurntSushi/toml v1.5.0 /go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho =
3
3
github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
4
- github.com/google/go-cmp v0.6 .0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
5
- github.com/google/go-cmp v0.6 .0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
6
- github.com/google/go-github/v69 v69.2 .0 h1:wR+Wi/fN2zdUx9YxSmYE0ktiX9IAR/BeePzeaUUbEHE =
7
- github.com/google/go-github/v69 v69.2 .0/go.mod h1:xne4jymxLR6Uj9b7J7PyTpkMYstEMMwGZa0Aehh1azM =
4
+ github.com/google/go-cmp v0.7 .0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
5
+ github.com/google/go-cmp v0.7 .0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
6
+ github.com/google/go-github/v74 v74.0 .0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsUpNpPgM =
7
+ github.com/google/go-github/v74 v74.0 .0/go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak =
8
8
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
9
9
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
10
10
github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY =
Original file line number Diff line number Diff line change 6
6
"log"
7
7
"os"
8
8
9
- "github.com/google/go-github/v69 /github"
9
+ "github.com/google/go-github/v74 /github"
10
10
"golang.org/x/oauth2"
11
11
)
12
12
You can’t perform that action at this time.
0 commit comments