@@ -2,7 +2,7 @@ module github.com/replicatedhq/kurl
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.24.0
5
+ toolchain go1.24.1
6
6
7
7
require (
8
8
code.cloudfoundry.org/bytefmt v0.28.0
@@ -36,7 +36,7 @@ require (
36
36
github.com/spf13/viper v1.20.0
37
37
github.com/stretchr/testify v1.10.0
38
38
github.com/vishvananda/netlink v1.2.1-beta.2
39
- github.com/vmware-tanzu/velero v1.14.1
39
+ github.com/vmware-tanzu/velero v1.15.2
40
40
golang.org/x/crypto v0.36.0
41
41
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
42
42
golang.org/x/sync v0.12.0
@@ -197,6 +197,7 @@ require (
197
197
github.com/klauspost/compress v1.17.11 // indirect
198
198
github.com/klauspost/pgzip v1.2.6 // indirect
199
199
github.com/kube-object-storage/lib-bucket-provisioner v0.0.0-20221122204822-d1a8c34382f1 // indirect
200
+ github.com/kubernetes-csi/external-snapshotter/client/v7 v7.0.0 // indirect
200
201
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
201
202
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
202
203
github.com/lib/pq v1.10.9 // indirect
@@ -291,6 +292,7 @@ require (
291
292
golang.org/x/term v0.30.0 // indirect
292
293
golang.org/x/time v0.8.0 // indirect
293
294
golang.org/x/tools v0.29.0 // indirect
295
+ gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
294
296
google.golang.org/api v0.215.0 // indirect
295
297
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
296
298
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
0 commit comments