Refactor kafka to pure Go (franz-go), fix DBC stubs, update Dockerfile
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"fiskerinc.com/modules/utils/mt19937"
|
||||
"github.com/fiskerinc/cloud-services/pkg/utils/mt19937"
|
||||
)
|
||||
|
||||
type Generator struct {
|
||||
|
||||
@@ -5,8 +5,8 @@ import (
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
"fiskerinc.com/modules/testhelper"
|
||||
"fiskerinc.com/modules/utils/randomvalues"
|
||||
"github.com/fiskerinc/cloud-services/pkg/testhelper"
|
||||
"github.com/fiskerinc/cloud-services/pkg/utils/randomvalues"
|
||||
)
|
||||
|
||||
func TestRandomString(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user