module github.com/docker/docs/_releaser go 1.18 require ( github.com/alecthomas/kong v0.7.1 github.com/aws/aws-sdk-go v1.44.180 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect golang.org/x/net v0.17.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect )