@@ -33,6 +33,7 @@ require (
3333 github.com/spf13/cobra v1.10.2
3434 github.com/thedevsaddam/retry v1.2.1
3535 github.com/thoas/go-funk v0.9.3
36+ github.com/vincent-petithory/dataurl v1.0.0
3637 golang.org/x/crypto v0.47.0
3738 golang.org/x/term v0.39.0
3839 k8s.io/api v0.30.3
@@ -55,7 +56,7 @@ require (
5556 github.com/Azure/go-autorest/autorest v0.11.29 // indirect
5657 github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
5758 github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
58- github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
59+ github.com/Azure/go-autorest/autorest/to v0.4.1 // indirect
5960 github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
6061 github.com/Azure/go-autorest/logger v0.2.1 // indirect
6162 github.com/Azure/go-autorest/tracing v0.6.0 // indirect
@@ -233,7 +234,6 @@ require (
233234 github.com/spf13/pflag v1.0.10 // indirect
234235 github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
235236 github.com/ulikunitz/xz v0.5.15 // indirect
236- github.com/vincent-petithory/dataurl v1.0.0 // indirect
237237 github.com/vmware/govmomi v0.37.2 // indirect
238238 github.com/xlab/treeprint v1.2.0 // indirect
239239 github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
0 commit comments