From e12bca22ef82aa5a2df0448a4715b1a948604156 Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期二, 07 四月 2020 14:57:38 +0800
Subject: [PATCH] first commit

---
 go.mod |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/go.mod b/go.mod
index e27256d..e899b4a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,8 @@
 module test
 
 go 1.12
+
+require (
+	github.com/gin-gonic/gin v1.6.1
+	github.com/spf13/viper v1.6.2
+)

--
Gitblit v1.8.0