mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-06 21:21:53 +02:00
44 lines
1.9 KiB
Modula-2
44 lines
1.9 KiB
Modula-2
module github.com/siderolabs/cloud-image-uploader
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.1.1
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.3.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0
|
|
github.com/Azure/go-autorest/autorest v0.11.29
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.12
|
|
github.com/aws/aws-sdk-go v1.44.266
|
|
github.com/google/uuid v1.3.0
|
|
github.com/siderolabs/gen v0.4.5
|
|
github.com/siderolabs/go-retry v0.3.2
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/sync v0.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 // indirect
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
|
|
golang.org/x/crypto v0.7.0 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
)
|