File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ package {{$Module.Pkg}}
7
7
8
8
import (
9
9
"context"
10
- "github.com/xfali /gobatis"
11
- "github.com/xfali /pagehelper"
12
- "github.com/xfali /xlog"
10
+ "github.com/acmestack /gobatis"
11
+ "github.com/acmestack /pagehelper"
12
+ "github.com/acmestack /xlog"
13
13
"{{.Value.App.ModName}}/pkg/apis/{{$Module.Pkg}}"
14
14
)
15
15
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ package {{$Module.Pkg}}
7
7
8
8
import (
9
9
"context"
10
- "github.com/xfali /gobatis"
11
- "github.com/xfali /pagehelper"
12
- "github.com/xfali /xlog"
10
+ "github.com/acmestack /gobatis"
11
+ "github.com/acmestack /pagehelper"
12
+ "github.com/acmestack /xlog"
13
13
"{{.Value.App.ModName}}/pkg/apis/{{$Module.Pkg}}"
14
14
)
15
15
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ package {{$Module.Pkg}}
7
7
8
8
import (
9
9
"context"
10
- "github.com/xfali /gobatis"
11
- "github.com/xfali /pagehelper"
12
- "github.com/xfali /xlog"
10
+ "github.com/acmestack /gobatis"
11
+ "github.com/acmestack /pagehelper"
12
+ "github.com/acmestack /xlog"
13
13
)
14
14
15
15
type {{$ModuleName}}ServicImpl struct {
You can’t perform that action at this time.
0 commit comments