ls 4 years ago
parent
commit
f42d12b867
1 changed files with 1 additions and 2 deletions
  1. 1 2
      go.mod

+ 1 - 2
go.mod

@@ -1,9 +1,8 @@
 module git.chuangxin1.com/cx/myth
 
-go 1.12
+go 1.13
 
 require (
-	github.com/go-redis/redis v7.1.0
 	github.com/go-sql-driver/mysql v1.5.0
 	github.com/golang/protobuf v1.3.1
 	github.com/jmoiron/sqlx v1.2.0