47 lines
2.0 KiB
Modula-2
47 lines
2.0 KiB
Modula-2
module github.com/siderolabs/cloud-image-uploader
|
|
|
|
go 1.21.4
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.2.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.4.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.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.48.1
|
|
github.com/blang/semver/v4 v4.0.0
|
|
github.com/google/uuid v1.4.0
|
|
github.com/siderolabs/gen v0.4.7
|
|
github.com/siderolabs/go-retry v0.3.3
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/ulikunitz/xz v0.5.11
|
|
golang.org/x/sync v0.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.0 // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // 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.1.1 // indirect
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.0.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.14.0 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
)
|