File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/drone-plugins/drone-github-release
2
2
3
- go 1.20
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.1
7
- github.com/google/go-github/v53 v53.0.0
9
+ github.com/google/go-github/v53 v53.2.0
10
+ github.com/google/go-github/v74 v74.0.0
8
11
github.com/joho/godotenv v1.5.1
9
12
github.com/urfave/cli/v2 v2.25.5
10
13
golang.org/x/oauth2 v0.8.0
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
20
20
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
21
21
github.com/google/go-github/v53 v53.0.0 h1:T1RyHbSnpHYnoF0ZYKiIPSgPtuJ8G6vgc0MKodXsQDQ =
22
22
github.com/google/go-github/v53 v53.0.0 /go.mod h1:XhFRObz+m/l+UCm9b7KSIC3lT3NWSXGt7mOsAWEloao =
23
+ github.com/google/go-github/v53 v53.2.0 h1:wvz3FyF53v4BK+AsnvCmeNhf8AkTaeh2SoYu/XUvTtI =
24
+ github.com/google/go-github/v53 v53.2.0 /go.mod h1:XhFRObz+m/l+UCm9b7KSIC3lT3NWSXGt7mOsAWEloao =
25
+ github.com/google/go-github/v74 v74.0.0 /go.mod h1:ubn/YdyftV80VPSI26nSJvaEsTOnsjrxG3o9kJhcyak =
23
26
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
24
27
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
25
28
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0 =
You can’t perform that action at this time.
0 commit comments