From 13d57fb0fa96d33e9984009099c74143b95299e4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 22:11:43 +0000 Subject: [PATCH] Bump github.com/urfave/cli from 1.20.0 to 1.22.5 Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.20.0 to 1.22.5. - [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.5) 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..b751bb3 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.5 )