2026-03-22 09:43:45 +00:00
|
|
|
module vix.ro/sonix/azure_migrate
|
|
|
|
|
|
|
|
|
|
go 1.24.4
|
|
|
|
|
|
2026-03-22 13:27:32 +02:00
|
|
|
require (
|
|
|
|
|
github.com/spf13/cobra v1.10.2
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
|
)
|
2026-03-22 09:43:45 +00:00
|
|
|
|
|
|
|
|
require golang.org/x/net v0.43.0 // indirect
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/go-resty/resty/v2 v2.17.2
|
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
|
github.com/joho/godotenv v1.5.1
|
|
|
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
|
|
|
)
|