This commit is contained in:
2025-05-15 00:46:57 +02:00
parent 30c71cb449
commit b2b27b2c3d
18 changed files with 622 additions and 234 deletions

9
go.mod
View File

@@ -3,14 +3,7 @@ module cloudsave
go 1.24
require (
github.com/go-chi/chi/v5 v5.2.1
github.com/google/subcommands v1.2.0
github.com/pkg/sftp v1.13.9
golang.org/x/crypto v0.38.0
golang.org/x/term v0.32.0
)
require (
github.com/kr/fs v0.1.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/sys v0.33.0 // indirect
)