Refactor kafka to pure Go (franz-go), fix DBC stubs, update Dockerfile
This commit is contained in:
@@ -3,14 +3,14 @@ package main
|
||||
import (
|
||||
"context"
|
||||
|
||||
"gateway/controllers"
|
||||
"gateway/server"
|
||||
"gateway/services"
|
||||
"gateway/sloppy"
|
||||
"github.com/fiskerinc/cloud-services/services/gateway/controllers"
|
||||
"github.com/fiskerinc/cloud-services/services/gateway/server"
|
||||
"github.com/fiskerinc/cloud-services/services/gateway/services"
|
||||
"github.com/fiskerinc/cloud-services/services/gateway/sloppy"
|
||||
|
||||
"fiskerinc.com/modules/logger"
|
||||
"fiskerinc.com/modules/tracer"
|
||||
"fiskerinc.com/modules/utils/app"
|
||||
"github.com/fiskerinc/cloud-services/pkg/logger"
|
||||
"github.com/fiskerinc/cloud-services/pkg/tracer"
|
||||
"github.com/fiskerinc/cloud-services/pkg/utils/app"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user