double.huang %!s(int64=5) %!d(string=hai) anos
pai
achega
ae4c678a1b
Modificáronse 2 ficheiros con 3 adicións e 4 borrados
  1. 1 2
      app.properties
  2. 2 2
      go.mod

+ 1 - 2
app.properties

@@ -1,3 +1,2 @@
 app.name = flarum
-app.mode = debug
-db.dataSource = root:i2sys@#2019@tcp(git.i2erp.cn:14306)/dolphin?charset=utf8&loc=Local
+app.mode = debug

+ 2 - 2
go.mod

@@ -2,9 +2,9 @@ module flarum
 
 go 1.13
 
-replace github.com/2637309949/dolphin => git.i2edu.net/dolphin/dolphin v1.0.7
+replace github.com/2637309949/dolphin => git.i2edu.net/dolphin/dolphin v1.0.8
 
 require (
-	github.com/2637309949/dolphin v1.0.7
+	github.com/2637309949/dolphin v1.0.8
 	github.com/go-sql-driver/mysql v1.5.0
 )