1
0

Avoid use of external scp command

This commit is contained in:
2023-05-07 18:14:59 +00:00
parent 0e08d87a64
commit 7b94053376
4 changed files with 56 additions and 72 deletions

11
go.mod
View File

@ -14,11 +14,12 @@ require (
github.com/naoina/toml v0.1.1
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/olekukonko/tablewriter v0.0.5
github.com/otiai10/copy v1.10.0
github.com/otiai10/copy v1.11.0
github.com/povsister/scp v0.0.0-20210427074412-33febfd9f13e
github.com/remeh/sizedwaitgroup v1.0.0
github.com/rs/zerolog v1.29.0
github.com/rs/zerolog v1.29.1
github.com/zcalusic/sysinfo v0.9.5
golang.org/x/crypto v0.7.0
golang.org/x/crypto v0.8.0
gopkg.in/logrusorgru/aurora.v2 v2.0.3
)
@ -43,8 +44,8 @@ require (
github.com/sergi/go-diff v1.1.0 // indirect
github.com/skeema/knownhosts v1.1.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)