mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-22 07:01:12 +02:00
There were some upstream code changes in etcd, some code got moved around. PRs #3651 #3652 #3653 #3654 #3655 #3655 #3656 #3657 #3658 #3659 #3660 #3661 #3662 #3663 Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
12 lines
299 B
Modula-2
12 lines
299 B
Modula-2
module github.com/talos-systems/cloud-image-uploader
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.38.45
|
|
github.com/google/uuid v1.2.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/talos-systems/go-retry v0.1.1-0.20201113203059-8c63d290a688
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
|
)
|