commit | cab40cf242939715599b05b8e14ce750409a020c | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Jun 26 03:59:00 2023 +0000 |
committer | Akron <nils@diewald-online.de> | Tue Aug 22 16:15:13 2023 +0200 |
tree | 439f0fa9878509134b23449e538fa5dbe835c13d | |
parent | cae39115eefcf3d8b813c62a367e89ea8251ad79 [diff] [blame] |
Bump github.com/alecthomas/kong from 0.7.1 to 0.8.0 (closes #7) Bumps [github.com/alecthomas/kong](https://github.com/alecthomas/kong) from 0.7.1 to 0.8.0. - [Commits](https://github.com/alecthomas/kong/compare/v0.7.1...v0.8.0) Change-Id: I6b8404f59883fb5028a148c7867fccb659ccdc82 --- 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> Change-Id: I75bd568b8394dabac2ba6cc39d79fdeebfbaa420
diff --git a/go.mod b/go.mod index d89d8ad..ddb7739 100644 --- a/go.mod +++ b/go.mod
@@ -3,6 +3,6 @@ go 1.16 require ( - github.com/alecthomas/kong v0.7.1 + github.com/alecthomas/kong v0.8.0 github.com/stretchr/testify v1.8.2 )