From d25e13d5654474776f35501baedd4d5c6354e285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 21:07:30 +0000 Subject: [PATCH] Bump github.com/otiai10/mint from 1.3.3 to 1.4.0 Bumps [github.com/otiai10/mint](https://github.com/otiai10/mint) from 1.3.3 to 1.4.0. - [Release notes](https://github.com/otiai10/mint/releases) - [Commits](https://github.com/otiai10/mint/compare/v1.3.3...v1.4.0) --- updated-dependencies: - dependency-name: github.com/otiai10/mint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 2abf99c..f1c6bc2 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/otiai10/copy go 1.14 require ( - github.com/otiai10/mint v1.3.3 - golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect + github.com/otiai10/mint v1.4.0 + golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 ) diff --git a/go.sum b/go.sum index a632948..ee2753e 100644 --- a/go.sum +++ b/go.sum @@ -2,7 +2,7 @@ github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJ github.com/otiai10/curr v1.0.0 h1:TJIWdbX0B+kpNagQrjgq8bCMrbhiuX73M2XwgtDMoOI= github.com/otiai10/curr v1.0.0/go.mod h1:LskTG5wDwr8Rs+nNQ+1LlxRjAtTZZjtJW4rMXl6j4vs= github.com/otiai10/mint v1.3.0/go.mod h1:F5AjcsTsWUqX+Na9fpHb52P8pcRX2CI6A3ctIT91xUo= -github.com/otiai10/mint v1.3.3 h1:7JgpsBaN0uMkyju4tbYHu0mnM55hNKVYLsXmwr15NQI= -github.com/otiai10/mint v1.3.3/go.mod h1:/yxELlJQ0ufhjUwhshSj+wFjZ78CnZ48/1wtmBH1OTc= +github.com/otiai10/mint v1.4.0 h1:umwcf7gbpEwf7WFzqmWwSv0CzbeMsae2u9ZvpP8j2q4= +github.com/otiai10/mint v1.4.0/go.mod h1:gifjb2MYOoULtKLqUAEILUG/9KONW6f7YsJ6vQLTlFI= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 h1:0A+M6Uqn+Eje4kHMK80dtF3JCXC4ykBgQG4Fe06QRhQ= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=