Refactor kafka to pure Go (franz-go), fix DBC stubs, update Dockerfile
This commit is contained in:
4
pkg/cache/vehicles.go
vendored
4
pkg/cache/vehicles.go
vendored
@@ -2,8 +2,8 @@ package cache
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"fiskerinc.com/modules/common"
|
||||
orm "fiskerinc.com/modules/db/queries"
|
||||
"github.com/fiskerinc/cloud-services/pkg/common"
|
||||
orm "github.com/fiskerinc/cloud-services/pkg/db/queries"
|
||||
"fmt"
|
||||
"github.com/ReneKroon/ttlcache/v2"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
Reference in New Issue
Block a user