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/v68 /github"
10+ "github.com/google/go-github/v69 /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/v68 /github"
11+ "github.com/google/go-github/v69 /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/v68 /github"
7+ "github.com/google/go-github/v69 /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/v68 /github"
7+ "github.com/google/go-github/v69 /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.13.2
1616 github.com/gomarkdown/markdown v0.0.0-20241205020045-f7e15b2f3e62
1717 github.com/google/go-cmp v0.6.0
18- github.com/google/go-github/v68 v68 .0.0
18+ github.com/google/go-github/v69 v69 .0.0
1919 github.com/gruntwork-io/terratest v0.48.2
2020 github.com/hashicorp/go-version v1.7.0
2121 github.com/hashicorp/hcl/v2 v2.23.0
Original file line number Diff line number Diff line change @@ -285,8 +285,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
285285github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
286286github.com/google/go-github/v64 v64.0.0 h1:4G61sozmY3eiPAjjoOHponXDBONm+utovTKbyUb2Qdg =
287287github.com/google/go-github/v64 v64.0.0 /go.mod h1:xB3vqMQNdHzilXBiO2I+M7iEFtHf+DP/omBOv6tQzVo =
288- github.com/google/go-github/v68 v68 .0.0 h1:ZW57zeNZiXTdQ16qrDiZ0k6XucrxZ2CGmoTvcCyQG6s =
289- github.com/google/go-github/v68 v68 .0.0/go.mod h1:K9HAUBovM2sLwM408A18h+wd9vqdLOEqTUCbnRIcx68 =
288+ github.com/google/go-github/v69 v69 .0.0 h1:YnFvZ3pEIZF8KHmI8xyQQe3mYACdkhnaTV2hr7CP2/w =
289+ github.com/google/go-github/v69 v69 .0.0/go.mod h1:xne4jymxLR6Uj9b7J7PyTpkMYstEMMwGZa0Aehh1azM =
290290github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
291291github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
292292github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
You can’t perform that action at this time.
0 commit comments