Migrate pipelines - Best Effort
This commit is contained in:
parent
4e7cf06abf
commit
111f06ddf6
6 changed files with 620 additions and 5 deletions
5
go.mod
5
go.mod
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue