mirror of
https://github.com/siderolabs/talos.git
synced 2025-09-08 23:41:17 +02:00
See https://go.dev/doc/go1.19 Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
14 lines
329 B
Modula-2
14 lines
329 B
Modula-2
module github.com/talos-systems/cloud-image-uploader
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.44.66
|
|
github.com/google/uuid v1.3.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/talos-systems/go-retry v0.3.1
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
|
)
|
|
|
|
require github.com/jmespath/go-jmespath v0.4.0 // indirect
|