升级go mod

This commit is contained in:
2020-04-29 23:14:06 +08:00
parent f22e059172
commit 09412ce519
123 changed files with 263126 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
module hotime
go 1.14
require (
code.hoteas.com/golang/hotime v0.8.3
github.com/garyburd/redigo v1.6.0
github.com/go-sql-driver/mysql v1.5.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
)