From 7ecac1704097127dfe9fcd7e56c15dfc5c3544b2 Mon Sep 17 00:00:00 2001 From: coward Date: Tue, 4 Jan 2022 11:07:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2a1aa76..1ce9bac 100644 --- a/go.mod +++ b/go.mod @@ -2,9 +2,10 @@ module github.com/cowardmrx/gin_cors go 1.17 +require github.com/gin-gonic/gin v1.7.7 + require ( github.com/gin-contrib/sse v0.1.0 // indirect - github.com/gin-gonic/gin v1.7.7 // indirect github.com/go-playground/locales v0.13.0 // indirect github.com/go-playground/universal-translator v0.17.0 // indirect github.com/go-playground/validator/v10 v10.4.1 // indirect