Skip to content

Commit

Permalink
feat: Migrating to github.com/columbusearch/columbus (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
itamadev committed Apr 29, 2023
1 parent 320c0c7 commit 0eb9f20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/itamadev/columbus
module github.com/columbusearch/columbus

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion search/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"net/http"

"github.com/itamadev/columbus/search/metrics"
"github.com/columbusearch/columbus/search/metrics"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion search/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"
"net/url"

"github.com/itamadev/columbus/search/metrics"
"github.com/columbusearch/columbus/search/metrics"
log "github.com/sirupsen/logrus"
"github.com/typesense/typesense-go/typesense"
"github.com/typesense/typesense-go/typesense/api"
Expand Down

0 comments on commit 0eb9f20

Please sign in to comment.