From 6089403f59e7507121dd80c256132925786fc860 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 22:12:02 +0000 Subject: [PATCH] Bump github.com/urfave/cli from 1.20.0 to 1.22.3 Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.20.0 to 1.22.3. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/urfave/cli/compare/v1.20.0...v1.22.3) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0904153..2726b05 100644 --- a/go.mod +++ b/go.mod @@ -3,5 +3,5 @@ module github.com/ejholmes/chip8 require ( github.com/mattn/go-runewidth v0.0.3 // indirect github.com/nsf/termbox-go v0.0.0-20180819125858-b66b20ab708e - github.com/urfave/cli v1.20.0 + github.com/urfave/cli v1.22.3 )