-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/alecthomas/kong from 0.5.0 to 0.7.1
Bumps [github.com/alecthomas/kong](https://github.com/alecthomas/kong) from 0.5.0 to 0.7.1. - [Release notes](https://github.com/alecthomas/kong/releases) - [Commits](alecthomas/kong@v0.5.0...v0.7.1) --- updated-dependencies: - dependency-name: github.com/alecthomas/kong dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
cd41ca1
commit aad7606
Showing
2 changed files
with
11 additions
and
8 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,15 +1,17 @@ | ||
module github.com/lucagrulla/cw | ||
|
||
require ( | ||
github.com/alecthomas/kong v0.5.0 | ||
github.com/alecthomas/kong v0.7.1 | ||
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/cloudwatchlogs v1.10.1 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fatih/color v1.13.0 | ||
github.com/jmespath/go-jmespath v0.4.0 | ||
github.com/mattn/go-colorable v0.1.12 // indirect | ||
github.com/stretchr/testify v1.7.1 | ||
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
) | ||
|
||
go 1.13 |
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