diff --git a/templates/project/buf.gen.yaml.raw b/templates/project/buf.gen.yaml.tpl similarity index 100% rename from templates/project/buf.gen.yaml.raw rename to templates/project/buf.gen.yaml.tpl diff --git a/templates/project/go.mod.raw b/templates/project/go.mod.tpl similarity index 100% rename from templates/project/go.mod.raw rename to templates/project/go.mod.tpl diff --git a/templates/project/providers/http/swagger/swagger.go.tpl b/templates/project/providers/http/swagger/swagger.go.tpl index f188348..0722e61 100644 --- a/templates/project/providers/http/swagger/swagger.go.tpl +++ b/templates/project/providers/http/swagger/swagger.go.tpl @@ -10,8 +10,8 @@ import ( "github.com/gofiber/fiber/v3" "github.com/gofiber/fiber/v3/middleware/static" "github.com/gofiber/utils/v2" + "github.com/rogeecn/swag" swaggerFiles "github.com/swaggo/files/v2" - "{{.ModuleName}}/pkg/atomctl/pkg/swag" ) const (