Andrey Smirnov 43b2d81371
chore: bump dependencies
Dependabot + go-mod-outdated.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2022-01-17 16:25:18 +03:00

14 lines
329 B
Modula-2

module github.com/talos-systems/cloud-image-uploader
go 1.17
require (
github.com/aws/aws-sdk-go v1.42.35
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-20210220032951-036812b2e83c
)
require github.com/jmespath/go-jmespath v0.4.0 // indirect