Andrey Smirnov c8ae00937e chore: bump dependencies via dependabot
See #3226, #3227, #3228

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2021-03-01 06:16:53 -08:00

12 lines
299 B
Modula-2

module github.com/talos-systems/cloud-image-uploader
go 1.15
require (
github.com/aws/aws-sdk-go v1.37.20
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
)