2024-10-23 02:36:04 +02:00
|
|
|
module github.com/jkaninda/go-storage
|
|
|
|
|
|
2024-12-06 16:25:16 +01:00
|
|
|
go 1.22.0
|
2024-10-23 02:36:04 +02:00
|
|
|
|
|
|
|
|
require (
|
2024-12-06 16:10:29 +01:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
|
|
|
|
|
github.com/aws/aws-sdk-go v1.55.3
|
|
|
|
|
github.com/bramvdbogaerde/go-scp v1.5.0
|
|
|
|
|
github.com/jlaffaye/ftp v0.2.0
|
|
|
|
|
golang.org/x/crypto v0.28.0
|
2024-10-23 02:36:04 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2024-12-06 16:10:29 +01:00
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 // indirect
|
|
|
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
|
2024-10-23 02:36:04 +02:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2024-12-06 16:10:29 +01:00
|
|
|
golang.org/x/net v0.29.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
|
|
|
golang.org/x/text v0.19.0 // indirect
|
2024-10-23 02:36:04 +02:00
|
|
|
)
|