Skip to content

Commit 37cc2c6

Browse files
fix(deps): update module github.com/urfave/cli/v2 to v3
1 parent b7fdd5a commit 37cc2c6

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

go.mod

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ require (
2222
github.com/qri-io/jsonschema v0.2.1
2323
github.com/stretchr/testify v1.10.0
2424
github.com/urfave/cli/v2 v2.27.1
25+
github.com/urfave/cli/v3 v3.1.1
2526
golang.org/x/crypto v0.36.0
2627
k8s.io/api v0.29.0
2728
k8s.io/apimachinery v0.29.0
@@ -30,7 +31,7 @@ require (
3031

3132
require (
3233
github.com/agext/levenshtein v1.2.3 // indirect
33-
github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect
34+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
3435
github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect
3536
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
3637
github.com/bytedance/sonic v1.10.2 // indirect
@@ -75,7 +76,7 @@ require (
7576
github.com/mitchellh/reflectwalk v1.0.2 // indirect
7677
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7778
github.com/modern-go/reflect2 v1.0.2 // indirect
78-
github.com/oklog/ulid/v2 v2.1.0 // indirect
79+
github.com/oklog/ulid v1.3.1 // indirect
7980
github.com/oklog/ulid/v2 v2.1.0 // indirect
8081
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
8182
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -88,17 +89,17 @@ require (
8889
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
8990
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
9091
github.com/zclconf/go-cty v1.14.1 // indirect
91-
go.mongodb.org/mongo-driver/v2 v2.1.0 // indirect
92+
go.mongodb.org/mongo-driver v1.17.2 // indirect
9293
go.mongodb.org/mongo-driver/v2 v2.1.0 // indirect
9394
golang.org/x/arch v0.7.0 // indirect
9495
golang.org/x/net v0.37.0 // indirect
9596
golang.org/x/sys v0.31.0 // indirect
9697
golang.org/x/text v0.23.0 // indirect
97-
google.golang.org/appengine/v2 v2.0.6 // indirect
98+
google.golang.org/appengine v1.6.8 // indirect
9899
google.golang.org/appengine/v2 v2.0.6 // indirect
99100
google.golang.org/protobuf v1.33.0 // indirect
100101
gopkg.in/inf.v0 v0.9.1 // indirect
101-
gopkg.in/yaml.v3 v3.0.1 // indirect
102+
gopkg.in/yaml.v2 v2.4.0 // indirect
102103
gopkg.in/yaml.v3 v3.0.1 // indirect
103104
k8s.io/klog/v2 v2.120.0 // indirect
104105
k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65E
202202
github.com/ugorji/go/codec v1.2.12/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
203203
github.com/urfave/cli/v2 v2.27.1 h1:8xSQ6szndafKVRmfyeUMxkNUJQMjL1F2zmsZ+qHpfho=
204204
github.com/urfave/cli/v2 v2.27.1/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
205+
github.com/urfave/cli/v3 v3.1.1/go.mod h1:FJSKtM/9AiiTOJL4fJ6TbMUkxBXn7GO9guZqoZtpYpo=
205206
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
206207
github.com/vmihailenco/msgpack v4.0.4+incompatible h1:dSLoQfGFAo3F6OoNhwUmLwVgaUXK79GlxNBwueZn0xI=
207208
github.com/vmihailenco/msgpack v4.0.4+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=

0 commit comments

Comments
 (0)