mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-15 14:31:18 +01:00
Fixes: https://github.com/siderolabs/talos/pull/6914 Fixes: https://github.com/siderolabs/talos/pull/6915 Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
18 lines
385 B
Modula-2
18 lines
385 B
Modula-2
module github.com/siderolabs/cloud-image-uploader
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.44.214
|
|
github.com/google/uuid v1.3.0
|
|
github.com/siderolabs/go-retry v0.3.2
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/sync v0.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|