mirror of
https://github.com/siderolabs/talos.git
synced 2025-09-19 12:51:11 +02:00
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.39.0 to 1.39.4. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.39.0...v1.39.4) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
268 B
Modula-2
12 lines
268 B
Modula-2
module github.com/talos-systems/cloud-image-uploader
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.39.4
|
|
github.com/google/uuid v1.2.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
|
|
)
|