File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11module github.com/cloudposse/github-commenter
22
3- go 1.19
3+ go 1.23.0
44
55require (
66 github.com/Masterminds/sprig v2.22.0+incompatible
77 github.com/google/go-github/v50 v50.2.0
8+ github.com/google/go-github/v74 v74.0.0
89 github.com/pkg/errors v0.9.1
910 golang.org/x/net v0.17.0
1011)
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ github.com/google/go-github/v50 v50.1.0 h1:hMUpkZjklC5GJ+c3GquSqOP/T4BNsB7XohaPh
2525github.com/google/go-github/v50 v50.1.0 /go.mod h1:Ev4Tre8QoKiolvbpOSG3FIi4Mlon3S2Nt9W5JYqKiwA =
2626github.com/google/go-github/v50 v50.2.0 h1:j2FyongEHlO9nxXLc+LP3wuBSVU9mVxfpdYUexMpIfk =
2727github.com/google/go-github/v50 v50.2.0 /go.mod h1:VBY8FB6yPIjrtKhozXv4FQupxKLS6H4m6xFZlT43q8Q =
28+ github.com/google/go-github/v74 v74.0.0 /go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak =
2829github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
2930github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
3031github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I =
You can’t perform that action at this time.
0 commit comments