From d97600667aef56959d91602538917adf9574801e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2020 06:48:24 +0000 Subject: [PATCH] Bump github.com/gookit/ini/v2 from 2.0.5 to 2.0.6 Bumps [github.com/gookit/ini/v2](https://github.com/gookit/ini) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/gookit/ini/releases) - [Commits](https://github.com/gookit/ini/compare/v2.0.5...v2.0.6) 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 ebef2be..9853402 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.12 require ( github.com/BurntSushi/toml v0.3.1 github.com/gookit/goutil v0.3.5 - github.com/gookit/ini/v2 v2.0.5 + github.com/gookit/ini/v2 v2.0.6 github.com/hashicorp/hcl v1.0.0 github.com/imdario/mergo v0.3.11 github.com/json-iterator/go v1.1.10