diff --git a/templates/server/cmdMigrate.gotmpl b/templates/server/cmdMigrate.gotmpl
index d9423fd8e23ba3708ecffb6daa74ee6401138f00_dGVtcGxhdGVzL3NlcnZlci9jbWRNaWdyYXRlLmdvdG1wbA==..e5ae50c6d33f48dc3b5be8b7fec2db6ee5709109_dGVtcGxhdGVzL3NlcnZlci9jbWRNaWdyYXRlLmdvdG1wbA== 100644
--- a/templates/server/cmdMigrate.gotmpl
+++ b/templates/server/cmdMigrate.gotmpl
@@ -5,6 +5,7 @@
 import (
 	"github.com/golang-migrate/migrate/v4"
 	"github.com/rs/zerolog"
+	orusapi "orus.io/orus-io/go-orusapi"
 	"orus.io/orus-io/go-orusapi/database"
 
 	"{{ joinFilePath .TargetImportPath "migration" }}"
diff --git a/templates/server/cmdServe.gotmpl b/templates/server/cmdServe.gotmpl
index d9423fd8e23ba3708ecffb6daa74ee6401138f00_dGVtcGxhdGVzL3NlcnZlci9jbWRTZXJ2ZS5nb3RtcGw=..e5ae50c6d33f48dc3b5be8b7fec2db6ee5709109_dGVtcGxhdGVzL3NlcnZlci9jbWRTZXJ2ZS5nb3RtcGw= 100644
--- a/templates/server/cmdServe.gotmpl
+++ b/templates/server/cmdServe.gotmpl
@@ -8,6 +8,7 @@
 	"github.com/jmoiron/sqlx"
 	flags "github.com/orus-io/go-flags"
 	"github.com/prometheus/client_golang/prometheus"
+	orusapi "orus.io/orus-io/go-orusapi"
 	"orus.io/orus-io/go-orusapi/database"
 	"{{ joinFilePath .TargetImportPath "restapi" "operations" }}"
 )