serverless arch

This commit is contained in:
2025-05-11 02:32:33 +02:00
parent 15b1efcc48
commit 30c71cb449
8 changed files with 291 additions and 27 deletions

11
go.mod
View File

@@ -3,9 +3,14 @@ module cloudsave
go 1.24
require (
github.com/99designs/basicauth-go v0.0.0-20230316000542-bf6f9cbbf0f8
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/stretchr/testify v1.10.0 // indirect
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
)