File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-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.21
4+
5+ toolchain go1.23.4
46
57require (
68 github.com/Masterminds/sprig v2.22.0+incompatible
79 github.com/google/go-github/v50 v50.2.0
10+ github.com/google/go-github/v67 v67.0.0
811 github.com/pkg/errors v0.9.1
912 golang.org/x/net v0.17.0
1013)
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/v67 v67.0.0 /go.mod h1:zH3K7BxjFndr9QSeFibx4lTKkYS3K9nDanoI1NjaOtY =
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