From edc5ccb66e8911096a0105874239a500cc413cc0 Mon Sep 17 00:00:00 2001 From: xuziyi Date: Fri, 10 Nov 2023 17:08:19 +0800 Subject: [PATCH] fix go work (#4289) --- service/go.work | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/service/go.work b/service/go.work index bd2d1e2d8d8..cbfa2e45998 100644 --- a/service/go.work +++ b/service/go.work @@ -3,4 +3,9 @@ go 1.20 use ( ./database ./pay +) + +replace ( + github.com/labring/sealos/controllers/account => ../controllers/account + github.com/labring/sealos/controllers/user => ../controllers/user ) \ No newline at end of file