From 8764d51776ecb10dbf9651f465ded083e240c96d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:43:31 +0000 Subject: [PATCH] build(deps): bump github.com/unrolled/secure in /mischiefs Bumps [github.com/unrolled/secure](https://github.com/unrolled/secure) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/unrolled/secure/releases) - [Commits](https://github.com/unrolled/secure/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: github.com/unrolled/secure dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mischiefs/go.mod | 2 +- mischiefs/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mischiefs/go.mod b/mischiefs/go.mod index 303658f..c79c193 100644 --- a/mischiefs/go.mod +++ b/mischiefs/go.mod @@ -10,7 +10,7 @@ require ( github.com/phyber/negroni-gzip v1.0.0 github.com/sirupsen/logrus v1.9.3 github.com/unrolled/render v1.6.1 - github.com/unrolled/secure v1.15.0 + github.com/unrolled/secure v1.16.0 github.com/urfave/negroni v1.0.0 ) diff --git a/mischiefs/go.sum b/mischiefs/go.sum index 08b5207..889de3b 100644 --- a/mischiefs/go.sum +++ b/mischiefs/go.sum @@ -49,8 +49,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/unrolled/render v1.6.1 h1:Qa7dLBJ1/DLogeAEINpMnMuUqpFTEzBPZXDrXvyiVNc= github.com/unrolled/render v1.6.1/go.mod h1:LwQSeDhjml8NLjIO9GJO1/1qpFJxtfVIpzxXKjfVkoI= -github.com/unrolled/secure v1.15.0 h1:q7x+pdp8jAHnbzxu6UheP8fRlG/rwYTb8TPuQ3rn9Og= -github.com/unrolled/secure v1.15.0/go.mod h1:BmF5hyM6tXczk3MpQkFf1hpKSRqCyhqcbiQtiAF7+40= +github.com/unrolled/secure v1.16.0 h1:XgdAsS/Zl50ZfZPRJK6WpicFttfrsFYFd0+ONDBJubU= +github.com/unrolled/secure v1.16.0/go.mod h1:BmF5hyM6tXczk3MpQkFf1hpKSRqCyhqcbiQtiAF7+40= github.com/urfave/negroni v1.0.0 h1:kIimOitoypq34K7TG7DUaJ9kq/N4Ofuwi1sjz0KipXc= github.com/urfave/negroni v1.0.0/go.mod h1:Meg73S6kFm/4PpbYdq35yYWoCZ9mS/YSx+lKnmiohz4= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=