From aa7ab49df95b033c2c3ad129a5fd642cfa5c5609 Mon Sep 17 00:00:00 2001 From: hoteas <925970985@qq.com> Date: Mon, 15 Jun 2020 14:40:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3gomod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index c666f0b..735bd17 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,3 @@ -module hotime - go 1.14 require ( @@ -8,3 +6,5 @@ require ( github.com/mattn/go-sqlite3 v2.0.3+incompatible golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 ) + +module code.hoteas.com/hoteas/hotime