File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ require (
8
8
github.com/google/uuid v1.6.0
9
9
github.com/spf13/pflag v1.0.6
10
10
github.com/urfave/cli/v2 v2.27.6
11
+ github.com/urfave/cli/v3 v3.3.3
11
12
k8s.io/api v0.33.1
12
13
k8s.io/apimachinery v0.33.1
13
14
k8s.io/client-go v0.33.1
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG
137
137
github.com/urfave/cli v1.19.1 /go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA =
138
138
github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g =
139
139
github.com/urfave/cli/v2 v2.27.6 /go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ =
140
+ github.com/urfave/cli/v3 v3.3.3 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
140
141
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
141
142
github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
142
143
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c =
Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ github.com/syndtr/gocapability/capability
133
133
# github.com/urfave/cli/v2 v2.27.6
134
134
## explicit; go 1.18
135
135
github.com/urfave/cli/v2
136
+ # github.com/urfave/cli/v3 v3.3.3
137
+ ## explicit; go 1.22
136
138
# github.com/x448/float16 v0.8.4
137
139
## explicit; go 1.11
138
140
github.com/x448/float16
You can’t perform that action at this time.
0 commit comments