-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/google/uuid to v1.5.0 (#412)
* fix(deps): update module github.com/google/uuid to v1.5.0 * Drop support of Go 1.15 and 16 then add 1.19 and 20 * Update .github/workflows/ci.yml Co-authored-by: Atsushi Watanabe <[email protected]> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shinichi Ishimura <[email protected]> Co-authored-by: Atsushi Watanabe <[email protected]>
- Loading branch information
1 parent
b67a56d
commit 2b2fc1d
Showing
4 changed files
with
13 additions
and
14 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,9 +1,11 @@ | ||
module github.com/seqsense/kinesisvideomanager | ||
|
||
go 1.15 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/at-wat/ebml-go v0.17.0 | ||
github.com/aws/aws-sdk-go v1.49.21 | ||
github.com/google/uuid v1.4.0 | ||
github.com/google/uuid v1.5.0 | ||
) | ||
|
||
require github.com/jmespath/go-jmespath v0.4.0 // indirect |
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