File tree Expand file tree Collapse file tree 6 files changed +12
-8
lines changed
Expand file tree Collapse file tree 6 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package main
22
33import (
44 "github.com/owncloud-ci/drone-docker-buildx/plugin"
5- "github.com/urfave/cli/v2 "
5+ "github.com/urfave/cli/v3 "
66)
77
88// settingsFlags has the cli.Flags for the plugin.Settings.
Original file line number Diff line number Diff line change 88 "github.com/joho/godotenv"
99 "github.com/owncloud-ci/drone-docker-buildx/plugin"
1010 "github.com/sirupsen/logrus"
11- "github.com/urfave/cli/v2 "
11+ "github.com/urfave/cli/v3 "
1212
1313 "github.com/drone-plugins/drone-plugin-lib/urfave"
1414)
Original file line number Diff line number Diff line change @@ -7,12 +7,13 @@ require (
77 github.com/drone-plugins/drone-plugin-lib v0.4.2
88 github.com/joho/godotenv v1.5.1
99 github.com/sirupsen/logrus v1.9.3
10- github.com/urfave/cli/v2 v2.27 .2
10+ github.com/urfave/cli/v3 v3.3 .2
1111 golang.org/x/sys v0.20.0
1212)
1313
1414require (
1515 github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
1616 github.com/russross/blackfriday/v2 v2.1.0 // indirect
17+ github.com/urfave/cli/v2 v2.23.6 // indirect
1718 github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
1819)
Original file line number Diff line number Diff line change @@ -16,10 +16,13 @@ github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQD
1616github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
1717github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
1818github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
19- github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
2019github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
21- github.com/urfave/cli/v2 v2.27.2 h1:6e0H+AkS+zDckwPCUrZkKX38mRaau4nL2uipkJpbkcI =
22- github.com/urfave/cli/v2 v2.27.2 /go.mod h1:g0+79LmHHATl7DAcHO99smiR/T7uGLw84w8Y42x+4eM =
20+ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
21+ github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
22+ github.com/urfave/cli/v2 v2.23.6 h1:iWmtKD+prGo1nKUtLO0Wg4z9esfBM4rAV4QRLQiEmJ4 =
23+ github.com/urfave/cli/v2 v2.23.6 /go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc =
24+ github.com/urfave/cli/v3 v3.3.2 h1:BYFVnhhZ8RqT38DxEYVFPPmGFTEf7tJwySTXsVRrS/o =
25+ github.com/urfave/cli/v3 v3.3.2 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
2326github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 h1:+qGGcbkzsfDQNPPe9UDgpxAWQrhbbBXOYJFQDq/dtJw =
2427github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 /go.mod h1:4aEEwZQutDLsQv2Deui4iYQ6DWTxR14g6m8Wv88+Xqk =
2528golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
Original file line number Diff line number Diff line change 66 "strings"
77 "time"
88
9- "github.com/urfave/cli/v2 "
9+ "github.com/urfave/cli/v3 "
1010 "golang.org/x/sys/execabs"
1111)
1212
Original file line number Diff line number Diff line change 77 "time"
88
99 "github.com/sirupsen/logrus"
10- "github.com/urfave/cli/v2 "
10+ "github.com/urfave/cli/v3 "
1111 "golang.org/x/sys/execabs"
1212)
1313
You can’t perform that action at this time.
0 commit comments