11 lines
226 B
Modula-2
11 lines
226 B
Modula-2
module github.com/hashicorp/aws-sdk-go-base
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.31.9
|
|
github.com/hashicorp/go-cleanhttp v0.5.0
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
)
|
|
|
|
go 1.13
|