File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +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
+ github.com/urfave/cli/v3 v3.3.8
12
12
k8s.io/api v0.33.1
13
13
k8s.io/apimachinery v0.33.1
14
14
k8s.io/client-go v0.33.1
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ github.com/urfave/cli v1.19.1/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijb
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
140
github.com/urfave/cli/v3 v3.3.3 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
141
+ github.com/urfave/cli/v3 v3.3.8 /go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo =
141
142
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
142
143
github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
143
144
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c =
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ 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
136
+ # github.com/urfave/cli/v3 v3.3.8
137
137
## explicit; go 1.22
138
138
# github.com/x448/float16 v0.8.4
139
139
## explicit; go 1.11
You can’t perform that action at this time.
0 commit comments