18 lines
344 B
Modula-2
18 lines
344 B
Modula-2
module router_backup
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.2
|
|
github.com/kevinburke/ssh_config v1.2.0
|
|
github.com/spf13/cobra v1.8.0
|
|
golang.org/x/crypto v0.18.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
)
|