Refactor kafka to pure Go (franz-go), fix DBC stubs, update Dockerfile
This commit is contained in:
@@ -3,9 +3,9 @@ package httphandlers
|
||||
import (
|
||||
"context"
|
||||
|
||||
"fiskerinc.com/modules/adminroles"
|
||||
"fiskerinc.com/modules/common/authproviders"
|
||||
c "fiskerinc.com/modules/common/context"
|
||||
"github.com/fiskerinc/cloud-services/pkg/adminroles"
|
||||
"github.com/fiskerinc/cloud-services/pkg/common/authproviders"
|
||||
c "github.com/fiskerinc/cloud-services/pkg/common/context"
|
||||
)
|
||||
|
||||
type AuthBase struct {
|
||||
|
||||
Reference in New Issue
Block a user