File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 "os"
88 "sort"
99
10- "github.com/google/go-github/v73 /github"
10+ "github.com/google/go-github/v74 /github"
1111 "golang.org/x/oauth2"
1212)
1313
Original file line number Diff line number Diff line change 88 "testing"
99 "time"
1010
11- "github.com/google/go-github/v73 /github"
11+ "github.com/google/go-github/v74 /github"
1212 "github.com/stretchr/testify/assert"
1313)
1414
Original file line number Diff line number Diff line change 44 "fmt"
55 "strings"
66
7- "github.com/google/go-github/v73 /github"
7+ "github.com/google/go-github/v74 /github"
88)
99
1010// sortOption defines the set of sort options for catalog.
Original file line number Diff line number Diff line change 44 "testing"
55 "time"
66
7- "github.com/google/go-github/v73 /github"
7+ "github.com/google/go-github/v74 /github"
88 "github.com/migueleliasweb/go-github-mock/src/mock"
99 "github.com/stretchr/testify/assert"
1010)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/go-git/go-git/v5 v5.16.2
1616 github.com/gomarkdown/markdown v0.0.0-20250810172220-2e2c11897d1a
1717 github.com/google/go-cmp v0.7.0
18- github.com/google/go-github/v73 v73 .0.0
18+ github.com/google/go-github/v74 v74 .0.0
1919 github.com/gruntwork-io/terratest v0.50.0
2020 github.com/hashicorp/go-version v1.7.0
2121 github.com/hashicorp/hcl/v2 v2.24.0
Original file line number Diff line number Diff line change @@ -261,8 +261,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
261261github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
262262github.com/google/go-github/v71 v71.0.0 h1:Zi16OymGKZZMm8ZliffVVJ/Q9YZreDKONCr+WUd0Z30 =
263263github.com/google/go-github/v71 v71.0.0 /go.mod h1:URZXObp2BLlMjwu0O8g4y6VBneUj2bCHgnI8FfgZ51M =
264- github.com/google/go-github/v73 v73 .0.0 h1:aR+Utnh+Y4mMkS+2qLQwcQ/cF9mOTpdwnzlaw//rG24 =
265- github.com/google/go-github/v73 v73 .0.0/go.mod h1:fa6w8+/V+edSU0muqdhCVY7Beh1M8F1IlQPZIANKIYw =
264+ github.com/google/go-github/v74 v74 .0.0 h1:yZcddTUn8DPbj11GxnMrNiAnXH14gNs559AsUpNpPgM =
265+ github.com/google/go-github/v74 v74 .0.0/go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak =
266266github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
267267github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
268268github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
You can’t perform that action at this time.
0 commit comments