From efec313de16e4b84367ffa80f28e3266c8e39fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 04:16:08 +0000 Subject: [PATCH] Bump github.com/caarlos0/env/v6 from 6.6.2 to 6.7.0 Bumps [github.com/caarlos0/env/v6](https://github.com/caarlos0/env) from 6.6.2 to 6.7.0. - [Release notes](https://github.com/caarlos0/env/releases) - [Changelog](https://github.com/caarlos0/env/blob/master/.goreleaser.yml) - [Commits](https://github.com/caarlos0/env/compare/v6.6.2...v6.7.0) --- updated-dependencies: - dependency-name: github.com/caarlos0/env/v6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 615f58e..af692ab 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/karmanyaahm/up_rewrite go 1.15 require ( - github.com/caarlos0/env/v6 v6.6.2 + github.com/caarlos0/env/v6 v6.7.0 github.com/hakobe/paranoidhttp v0.2.0 github.com/komkom/toml v0.0.0-20210317065440-24f427ca88cc github.com/patrickmn/go-cache v2.1.0+incompatible diff --git a/go.sum b/go.sum index bf5b621..0688a46 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/caarlos0/env/v6 v6.6.2 h1:BypLXDWQTA32rS4UM7pBz+/0BOuvs6C7LSeQAxMwyvI= -github.com/caarlos0/env/v6 v6.6.2/go.mod h1:P0BVSgU9zfkxfSpFUs6KsO3uWR4k3Ac0P66ibAGTybM= +github.com/caarlos0/env/v6 v6.7.0 h1:OftrMgQyETinUI4YU3WxhHeKtCRonDMtnUO14+ZRXdY= +github.com/caarlos0/env/v6 v6.7.0/go.mod h1:FE0jGiAnQqtv2TenJ4KTa8+/T2Ss8kdS5s1VEjasoN0= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/karmanyaahm/paranoidhttp v0.2.1-0.20210628044206-c40d6edc4d56 h1:hFVkLRVbV5WEXdoTDjBj7kR59WA1FFVhs4qBUyRthDc=