From f115a1dde84995d312f2ebcabe26574e5c6cb67f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2019 13:21:08 +0000 Subject: [PATCH] build(deps): bump github.com/kelseyhightower/envconfig Bumps [github.com/kelseyhightower/envconfig](https://github.com/kelseyhightower/envconfig) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/kelseyhightower/envconfig/releases) - [Commits](https://github.com/kelseyhightower/envconfig/compare/v1.3.0...v1.4.0) 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 38805e26..9e28a075 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/google/gops v0.3.6 github.com/gorilla/handlers v1.4.0 github.com/hybrik/hybrik-sdk-go v0.0.0-20170516091026-c2eee0e66af9 - github.com/kelseyhightower/envconfig v1.3.0 + github.com/kelseyhightower/envconfig v1.4.0 github.com/kr/pretty v0.1.0 github.com/onsi/ginkgo v1.7.0 // indirect github.com/onsi/gomega v1.4.3 // indirect diff --git a/go.sum b/go.sum index 0c33a33a..8d52f86c 100644 --- a/go.sum +++ b/go.sum @@ -124,6 +124,8 @@ github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 h1:PJPDf8OUfOK1bb/ github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1/go.mod h1:1NbS8ALrpOvjt0rHPNLyCIeMtbizbir8U//inJ+zuB8= github.com/kelseyhightower/envconfig v1.3.0 h1:IvRS4f2VcIQy6j4ORGIf9145T/AsUB+oY8LyvN8BXNM= github.com/kelseyhightower/envconfig v1.3.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg= +github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8= +github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg= github.com/keybase/go-ps v0.0.0-20161005175911-668c8856d999 h1:2d+FLQbz4xRTi36DO1qYNUwfORax9XcQ0jhbO81Vago= github.com/keybase/go-ps v0.0.0-20161005175911-668c8856d999/go.mod h1:hY+WOq6m2FpbvyrI93sMaypsttvaIL5nhVR92dTMUcQ= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=