From e30f8ab27301f160c314213d8b67a63c674176e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 19:57:17 +0000 Subject: [PATCH] Bump github.com/gin-gonic/gin from 1.4.0 to 1.7.7 Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.4.0 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.4.0...v1.7.7) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 64b1ba6..3c403d0 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,8 @@ module github.com/nickrisaro/workshop-go go 1.13 require ( - github.com/gin-gonic/gin v1.4.0 - github.com/stretchr/testify v1.3.0 + github.com/gin-gonic/gin v1.7.7 + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect + github.com/modern-go/reflect2 v1.0.1 // indirect + github.com/stretchr/testify v1.4.0 )