Skip to content

Commit 7dec228

Browse files
fix(deps): update go dependencies
1 parent e9a3476 commit 7dec228

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/mitchellh/go-homedir v1.1.0
2222
github.com/qri-io/jsonschema v0.2.1
2323
github.com/stretchr/testify v1.10.0
24-
github.com/urfave/cli/v2 v2.27.1
24+
github.com/urfave/cli/v3 v3.2.0
2525
golang.org/x/crypto v0.36.0
2626
k8s.io/api v0.29.0
2727
k8s.io/apimachinery v0.29.0
@@ -30,7 +30,7 @@ require (
3030

3131
require (
3232
github.com/agext/levenshtein v1.2.3 // indirect
33-
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
33+
github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect
3434
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
3535
github.com/bytedance/sonic v1.10.2 // indirect
3636
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
@@ -74,7 +74,7 @@ require (
7474
github.com/mitchellh/reflectwalk v1.0.2 // indirect
7575
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7676
github.com/modern-go/reflect2 v1.0.2 // indirect
77-
github.com/oklog/ulid v1.3.1 // indirect
77+
github.com/oklog/ulid/v2 v2.1.0 // indirect
7878
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
7979
github.com/pmezard/go-difflib v1.0.0 // indirect
8080
github.com/qri-io/jsonpointer v0.1.1 // indirect
@@ -86,18 +86,18 @@ require (
8686
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
8787
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
8888
github.com/zclconf/go-cty v1.14.1 // indirect
89-
go.mongodb.org/mongo-driver v1.17.2 // indirect
89+
go.mongodb.org/mongo-driver/v2 v2.2.0 // indirect
9090
golang.org/x/arch v0.7.0 // indirect
9191
golang.org/x/net v0.38.0 // indirect
9292
golang.org/x/sys v0.31.0 // indirect
9393
golang.org/x/text v0.23.0 // indirect
94-
google.golang.org/appengine v1.6.8 // indirect
94+
google.golang.org/appengine/v2 v2.0.6 // indirect
9595
google.golang.org/protobuf v1.33.0 // indirect
9696
gopkg.in/inf.v0 v0.9.1 // indirect
97-
gopkg.in/yaml.v2 v2.4.0 // indirect
97+
gopkg.in/yaml.v3 v3.0.1 // indirect
9898
gopkg.in/yaml.v3 v3.0.1 // indirect
9999
k8s.io/klog/v2 v2.120.0 // indirect
100100
k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
101101
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
102-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
102+
sigs.k8s.io/structured-merge-diff/v4/v6 v6.0.0 // indirect
103103
)

0 commit comments

Comments
 (0)