From b07537e773b7bc127715b4816b30f15bb31b2c17 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 05:27:42 +0000 Subject: [PATCH] Bump github.com/stevenroose/gonfig from 0.1.4 to 0.1.5 Bumps [github.com/stevenroose/gonfig](https://github.com/stevenroose/gonfig) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/stevenroose/gonfig/releases) - [Changelog](https://github.com/stevenroose/gonfig/blob/master/CHANGELOG.md) - [Commits](https://github.com/stevenroose/gonfig/compare/v0.1.4...v0.1.5) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3898511..d0b1e43 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/miekg/dns v1.1.16 // indirect github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.5.0 - github.com/stevenroose/gonfig v0.1.4 + github.com/stevenroose/gonfig v0.1.5 github.com/stretchr/testify v1.4.0 // indirect github.com/vishvananda/netlink v1.1.0 github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect diff --git a/go.sum b/go.sum index dbca348..2521d14 100644 --- a/go.sum +++ b/go.sum @@ -124,6 +124,8 @@ github.com/sirupsen/logrus v1.5.0 h1:1N5EYkVAPEywqZRJd7cwnRtCb6xJx7NH3T3WUTF980Q github.com/sirupsen/logrus v1.5.0/go.mod h1:+F7Ogzej0PZc/94MaYx/nvG9jOFMD2osvC3s+Squfpo= github.com/stevenroose/gonfig v0.1.4 h1:oaMK7zCihVqlPIHXHNwDT9Hl/tH09RALGQ8TmUuYdl0= github.com/stevenroose/gonfig v0.1.4/go.mod h1:JBkjIE8NdLbRNBowFCgK7wirNR0GHhnRhtdJgZMIylM= +github.com/stevenroose/gonfig v0.1.5 h1:6rIKxNWEU/S/auIVMedWiOqGtnSSwsa5c+a0VTyGHjM= +github.com/stevenroose/gonfig v0.1.5/go.mod h1:JBkjIE8NdLbRNBowFCgK7wirNR0GHhnRhtdJgZMIylM= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=