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 1
1
module github.com/drone-plugins/drone-github-release-download
2
2
3
- go 1.21
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.5
4
6
5
7
require (
6
8
github.com/drone-plugins/drone-plugin-lib v0.4.2
7
9
github.com/google/go-github/v55 v55.0.0
10
+ github.com/google/go-github/v74 v74.0.0
8
11
github.com/joho/godotenv v1.5.1
9
12
github.com/sirupsen/logrus v1.9.3
10
13
github.com/urfave/cli/v2 v2.27.1
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
16
16
github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
17
17
github.com/google/go-github/v55 v55.0.0 h1:4pp/1tNMB9X/LuAhs5i0KQAE40NmiR/y6prLNb9x9cg =
18
18
github.com/google/go-github/v55 v55.0.0 /go.mod h1:JLahOTA1DnXzhxEymmFF5PP2tSS9JVNj68mSZNDwskA =
19
+ github.com/google/go-github/v74 v74.0.0 /go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak =
19
20
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
20
21
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
21
22
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0 =
You can’t perform that action at this time.
0 commit comments