From 7985c7df27f662aae762afed2509a4e5b6d4e09f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 04:11:51 +0000 Subject: Bump github.com/fatih/color from 1.10.0 to 1.11.0 Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.10.0...v1.11.0) Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 568f65cb..f32a2ed7 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/cheekybits/genny v0.0.0-20170328200008-9127e812e1e9 github.com/corpix/uarand v0.1.1 // indirect github.com/dustin/go-humanize v1.0.0 - github.com/fatih/color v1.10.0 + github.com/fatih/color v1.11.0 github.com/go-git/go-billy/v5 v5.3.1 github.com/go-git/go-git/v5 v5.3.0 github.com/golang/protobuf v1.4.3 // indirect -- cgit