chore: update Go module path to github.com/metamorphosis-dev/kafka
Module path now matches the GitHub mirror location. All internal imports updated across 35+ files.
This commit is contained in:
parent
9a6a40c817
commit
6346fb7155
36 changed files with 70 additions and 47 deletions
|
|
@ -3,9 +3,9 @@ package httpapi
|
|||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/ashie/gosearch/internal/contracts"
|
||||
"github.com/ashie/gosearch/internal/search"
|
||||
"github.com/ashie/gosearch/internal/views"
|
||||
"github.com/metamorphosis-dev/kafka/internal/contracts"
|
||||
"github.com/metamorphosis-dev/kafka/internal/search"
|
||||
"github.com/metamorphosis-dev/kafka/internal/views"
|
||||
)
|
||||
|
||||
type Handler struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue