Initial commit
This commit is contained in:
commit
309b240cdc
12 changed files with 738 additions and 0 deletions
14
go.mod
Normal file
14
go.mod
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
module vix.ro/sonix/azure_migrate
|
||||
|
||||
go 1.24.4
|
||||
|
||||
require github.com/spf13/cobra v1.10.2
|
||||
|
||||
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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue