-
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
62 additions
and
63 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
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
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,30 +1,33 @@ | ||
module github.com/codekoala/go-aws-lanes | ||
|
||
go 1.15 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/apcera/termtables v0.0.0-20170405184538-bcbc5dc54055 | ||
github.com/aws/aws-sdk-go v1.12.43 | ||
github.com/briandowns/spinner v0.0.0-20170614154858-48dbb65d7bd5 | ||
github.com/aws/aws-sdk-go v1.44.222 | ||
github.com/briandowns/spinner v1.23.0 | ||
github.com/codekoala/go-manidator v0.1.0 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fatih/color v1.5.0 // indirect | ||
github.com/go-ini/ini v1.27.0 // indirect | ||
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect | ||
github.com/hashicorp/go-multierror v0.0.0-20161216184304-ed905158d874 | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7 // indirect | ||
github.com/mattn/go-colorable v0.0.8-0.20170210172801-5411d3eea597 // indirect | ||
github.com/mattn/go-isatty v0.0.3 | ||
github.com/mattn/go-runewidth v0.0.3-0.20170201023540-14207d285c6c // indirect | ||
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/smartystreets/goconvey v1.7.2 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/mattn/go-isatty v0.0.17 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/spf13/cobra v0.0.0-20170731170427-b26b538f6930 | ||
github.com/spf13/pflag v1.0.0 | ||
github.com/stretchr/testify v1.1.4 | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | ||
golang.org/x/net v0.1.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fatih/color v1.15.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/term v0.6.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v2 v2.0.0-20170721122051-25c4ec802a7d | ||
) |
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