Migrate pipelines - Best Effort

This commit is contained in:
sonix 2026-03-22 13:27:32 +02:00
parent 4e7cf06abf
commit 111f06ddf6
6 changed files with 620 additions and 5 deletions

5
go.mod
View file

@ -2,7 +2,10 @@ module vix.ro/sonix/azure_migrate
go 1.24.4
require github.com/spf13/cobra v1.10.2
require (
github.com/spf13/cobra v1.10.2
gopkg.in/yaml.v3 v3.0.1
)
require golang.org/x/net v0.43.0 // indirect