From 017c7e631f36e4dd42187d29bc43137651c3dca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 02:09:29 +0000 Subject: [PATCH] Bump github.com/caarlos0/env/v6 in /hedera-mirror-rosetta 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] --- hedera-mirror-rosetta/go.mod | 2 +- hedera-mirror-rosetta/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hedera-mirror-rosetta/go.mod b/hedera-mirror-rosetta/go.mod index 6d2952dc389..830d84a85cf 100644 --- a/hedera-mirror-rosetta/go.mod +++ b/hedera-mirror-rosetta/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/DATA-DOG/go-sqlmock v1.5.0 - github.com/caarlos0/env/v6 v6.6.2 + github.com/caarlos0/env/v6 v6.7.0 github.com/coinbase/rosetta-sdk-go v0.7.0 github.com/go-playground/validator/v10 v10.9.0 github.com/hashgraph/hedera-sdk-go/v2 v2.1.15 diff --git a/hedera-mirror-rosetta/go.sum b/hedera-mirror-rosetta/go.sum index 42d4728e17c..5d91bbe768e 100644 --- a/hedera-mirror-rosetta/go.sum +++ b/hedera-mirror-rosetta/go.sum @@ -74,8 +74,8 @@ github.com/btcsuite/snappy-go v0.0.0-20151229074030-0bdef8d06723/go.mod h1:8woku github.com/btcsuite/snappy-go v1.0.0/go.mod h1:8woku9dyThutzjeg+3xrA5iCpBRH8XEEg3lh6TiUghc= github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792/go.mod h1:ghJtEyQwv5/p4Mg4C0fgbePVuGr935/5ddU9Z3TmDRY= github.com/btcsuite/winsvc v1.0.0/go.mod h1:jsenWakMcC0zFBFurPLEAyrnc/teJEM1O46fmI40EZs= -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/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ= github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4= github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=