File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
"net/url"
6
6
7
7
"codeberg.org/woodpecker-plugins/go-plugin"
8
- "github.com/google/go-github/v69 /github"
8
+ "github.com/google/go-github/v70 /github"
9
9
"golang.org/x/oauth2"
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.24.1
6
6
7
7
require (
8
8
codeberg.org/woodpecker-plugins/go-plugin v0.7.1
9
- github.com/google/go-github/v69 v69.2 .0
9
+ github.com/google/go-github/v70 v70.0 .0
10
10
github.com/rs/zerolog v1.34.0
11
11
github.com/urfave/cli/v3 v3.0.0-beta1
12
12
github.com/xanzy/go-gitlab v0.115.0
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
7
7
github.com/fatih/color v1.16.0 /go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE =
8
8
github.com/godbus/dbus/v5 v5.0.4 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
9
9
github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
10
- github.com/google/go-cmp v0.6 .0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
11
- github.com/google/go-cmp v0.6 .0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
12
- github.com/google/go-github/v69 v69.2 .0 h1:wR+Wi/fN2zdUx9YxSmYE0ktiX9IAR/BeePzeaUUbEHE =
13
- github.com/google/go-github/v69 v69.2 .0/go.mod h1:xne4jymxLR6Uj9b7J7PyTpkMYstEMMwGZa0Aehh1azM =
10
+ github.com/google/go-cmp v0.7 .0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
11
+ github.com/google/go-cmp v0.7 .0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
12
+ github.com/google/go-github/v70 v70.0 .0 h1:/tqCp5KPrcvqCc7vIvYyFYTiCGrYvaWoYMGHSQbo55o =
13
+ github.com/google/go-github/v70 v70.0 .0/go.mod h1:xBUZgo8MI3lUL/hwxl3hlceJW1U8MVnXP3zUyI+rhQY =
14
14
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8 =
15
15
github.com/google/go-querystring v1.1.0 /go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU =
16
16
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ =
You can’t perform that action at this time.
0 commit comments