From 70fe748fdf773d16e1dcee076d11aec8f39dabf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 22:46:52 +0000 Subject: [PATCH] Bump github.com/gin-gonic/gin in /oldboyGo/day14/04gin_dataBind Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.1 to 1.7.7. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin-gonic/gin/compare/v1.7.1...v1.7.7) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- oldboyGo/day14/04gin_dataBind/go.mod | 2 +- oldboyGo/day14/04gin_dataBind/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/oldboyGo/day14/04gin_dataBind/go.mod b/oldboyGo/day14/04gin_dataBind/go.mod index c8e5a89..3fdff5d 100644 --- a/oldboyGo/day14/04gin_dataBind/go.mod +++ b/oldboyGo/day14/04gin_dataBind/go.mod @@ -2,4 +2,4 @@ module github.com/GoWholeStack/oldboyGo/day14/04gin_dataBind go 1.15 -require github.com/gin-gonic/gin v1.7.1 +require github.com/gin-gonic/gin v1.7.7 diff --git a/oldboyGo/day14/04gin_dataBind/go.sum b/oldboyGo/day14/04gin_dataBind/go.sum index e64a799..5ee9be1 100644 --- a/oldboyGo/day14/04gin_dataBind/go.sum +++ b/oldboyGo/day14/04gin_dataBind/go.sum @@ -3,8 +3,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE= github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI= -github.com/gin-gonic/gin v1.7.1 h1:qC89GU3p8TvKWMAVhEpmpB2CIb1hnqt2UdKZaP93mS8= -github.com/gin-gonic/gin v1.7.1/go.mod h1:jD2toBW3GZUr5UMcdrwQA10I7RuaFOl/SGeDjXkfUtY= +github.com/gin-gonic/gin v1.7.7 h1:3DoBmSbJbZAWqXJC3SLjAPfutPJJRN1U5pALB7EeTTs= +github.com/gin-gonic/gin v1.7.7/go.mod h1:axIBovoeJpVj8S3BwE0uPMTeReE4+AfFtqpqaZ1qq1U= github.com/go-playground/assert/v2 v2.0.1 h1:MsBgLAaY856+nPRTKrp3/OZK38U/wa0CcBYNjji3q3A= github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4= github.com/go-playground/locales v0.13.0 h1:HyWk6mgj5qFqCT5fjGBuRArbVDfE4hi8+e8ceBS/t7Q=