Andrey Smirnov 30f851d093
chore: bump dependences
go-mod-outdated

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2022-09-26 18:37:38 +04:00

19 lines
484 B
Modula-2

module github.com/talos-systems/cloud-image-uploader
go 1.19
require (
github.com/aws/aws-sdk-go v1.44.105
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-20220923202941-7f9b1623fab7
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)