wangchuanjin 4 years ago
parent
commit
c4b01e493c
2 changed files with 2 additions and 7 deletions
  1. 1 1
      endless/go.mod
  2. 1 6
      go-xweb/go.mod

+ 1 - 1
endless/go.mod

@@ -1,3 +1,3 @@
-module endless
+module qfw/util/endless
 
 go 1.14

+ 1 - 6
go-xweb/go.mod

@@ -2,9 +2,4 @@ module app.yhyue.com/moapp/jybase/go-xweb
 
 go 1.14
 
-replace (
-	github.com/go-xweb => ./go-xweb
-	qfw/util => ./common
-	qfw/util/redis => ./redis
-	qfw/util/endless => ./endless
-)
+replace qfw/util/endless => ./endless