From efa9ef78c80e0579da01dd0008ad43a14b237165 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 00:26:25 +0800 Subject: [PATCH] =?UTF-8?q?build(deps):=20bump=20github.com/go-macaron/bin?= =?UTF-8?q?ding=20from=201.0.1=20to=201=E2=80=A6=20(#6045)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [github.com/go-macaron/binding](https://github.com/go-macaron/binding) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/go-macaron/binding/releases) - [Commits](https://github.com/go-macaron/binding/compare/v1.0.1...v1.1.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d6741e200..be142ac17 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/denisenkom/go-mssqldb v0.0.0-20191001013358-cfbb681360f0 github.com/editorconfig/editorconfig-core-go/v2 v2.3.1 github.com/fatih/color v1.9.0 // indirect - github.com/go-macaron/binding v1.0.1 + github.com/go-macaron/binding v1.1.0 github.com/go-macaron/cache v0.0.0-20190810181446-10f7c57e2196 github.com/go-macaron/captcha v0.0.0-20190813234938-24f40749f36d github.com/go-macaron/csrf v0.0.0-20190812063352-946f6d303a4c diff --git a/go.sum b/go.sum index d9b8a1266..945134af0 100644 --- a/go.sum +++ b/go.sum @@ -67,6 +67,8 @@ github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9 github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= github.com/go-macaron/binding v1.0.1 h1:4LASxd4EKsESZ6ZMyzNVX+TM4Yuex4bTHYyz/PQjsRA= github.com/go-macaron/binding v1.0.1/go.mod h1:AG8Z6qkQM8s47aUDJOco/SNwJ8Czif2hMm7rc0abDog= +github.com/go-macaron/binding v1.1.0 h1:A5jpr5UdHr81Hfmb6QUAMTHyvniudOMcgtEg13TJ1ig= +github.com/go-macaron/binding v1.1.0/go.mod h1:dJU/AtPKG0gUiFra1K5TTGduFGMNxMvfJzV/zmXwyGM= github.com/go-macaron/cache v0.0.0-20190810181446-10f7c57e2196 h1:fqWZxyMLF6RVGmjvsZ9FijiU9UlAjuE6nu9RfNBZ+iE= github.com/go-macaron/cache v0.0.0-20190810181446-10f7c57e2196/go.mod h1:O6fSdaYZbGh4clVMGMGO5k2KbMO0Cz8YdBnPrD0I8dM= github.com/go-macaron/captcha v0.0.0-20190813234938-24f40749f36d h1:aSJXLVjEjbLeHo8aCTDcD3/gMWizaRjMBb3VCsEWEHs=