-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
405 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.2 | ||
0.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,32 @@ | ||
module github.com/gkze/awssume | ||
|
||
go 1.15 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2 v0.29.0 | ||
github.com/aws/aws-sdk-go-v2/config v0.2.2 | ||
github.com/aws/aws-sdk-go-v2/service/sts v0.29.0 | ||
github.com/aws/aws-sdk-go-v2 v1.11.1 | ||
github.com/aws/aws-sdk-go-v2/config v1.10.2 | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.10.1 | ||
github.com/naoina/toml v0.1.1 | ||
github.com/spf13/afero v1.6.0 | ||
github.com/spf13/cobra v1.2.1 | ||
github.com/stretchr/testify v1.7.0 | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||
) | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2/credentials v1.6.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.8.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.0.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.5.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.6.1 // indirect | ||
github.com/aws/smithy-go v1.9.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/naoina/go-stringutil v0.1.0 // indirect | ||
github.com/naoina/toml v0.1.1 | ||
github.com/spf13/afero v1.4.1 | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/stretchr/testify v1.6.1 | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/text v0.3.5 // indirect | ||
) |
Oops, something went wrong.