Refactor kafka to pure Go (franz-go), fix DBC stubs, update Dockerfile
This commit is contained in:
@@ -7,9 +7,9 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
m "fiskerinc.com/modules/common"
|
||||
th "fiskerinc.com/modules/testhelper"
|
||||
u "fiskerinc.com/modules/utils"
|
||||
m "github.com/fiskerinc/cloud-services/pkg/common"
|
||||
th "github.com/fiskerinc/cloud-services/pkg/testhelper"
|
||||
u "github.com/fiskerinc/cloud-services/pkg/utils"
|
||||
)
|
||||
|
||||
func TestRespError(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user