talos/hack/cloud-image-uploader/go.mod
Andrey Smirnov 61cacb3956 docs: provide list of AMIs on AWS documentation page
I wasn't able to find a more elegant way to get Vue content into
Markdown, so a bit of a hack with the template. Looks like frontmatter
parsing is also incomplete, so I could rely only on the page title.

Also changed the format of the image export to make it much easier to
work on that data in Vue.

Fixes #2834

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2020-11-25 10:26:50 -08:00

14 lines
412 B
Modula-2

module github.com/talos-systems/cloud-image-uploader
go 1.15
require (
github.com/aws/aws-sdk-go v1.15.78
github.com/google/uuid v1.1.2
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1 // indirect
github.com/talos-systems/go-retry v0.1.1-0.20201113203059-8c63d290a688
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
)