From 5792c4d19228a947affdf3964367d3bf98a28ba4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 22:11:42 +0000 Subject: [PATCH] Bump github.com/urfave/cli from 1.20.0 to 1.22.1 Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.20.0 to 1.22.1. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/urfave/cli/compare/v1.20.0...v1.22.1) 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..da5c3de 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.1 )