Skip to content

Commit

Permalink
fix go.mod and go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
moshaad7 committed Oct 10, 2023
1 parent cec535e commit e15d283
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,3 @@ require (
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.5.0 // indirect
)

replace github.com/blevesearch/bleve_index_api => ../bleve_index_api
replace github.com/blevesearch/zapx/v11 => ../zapx11/zapx
replace github.com/blevesearch/zapx/v12 => ../zapx12/zapx
replace github.com/blevesearch/zapx/v13 => ../zapx13/zapx
replace github.com/blevesearch/zapx/v14 => ../zapx14/zapx
replace github.com/blevesearch/zapx/v15 => ../zapx15/zapx
2 changes: 1 addition & 1 deletion registry/hook_tokens_analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func GetTokensAnalyzerHook(name string) (TokensAnalyzerHook, error) {
// -----------------------------------------------------------------------------
// Hook to Analyzer adapter

func HookTokensAnalyzerBuild(name string, config map[string]interface{},
func HookTokensAnalyzerBuild(name string, config map[string]interface{},
cache *Cache) (interface{}, error) {
_, err := GetTokensAnalyzerHook(name)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion registry/hook_vector_analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

package registry

// todo: make a registry similar to AnalysisHooksRegistry
// todo: make a registry similar to AnalysisHooksRegistry

0 comments on commit e15d283

Please sign in to comment.