Skip to content

Commit

Permalink
change renstrom/fuzzysearch to lithammer/fuzzysearch. (#37)
Browse files Browse the repository at this point in the history
Because the repo has been moved to lithammer.
It is also needed for `go mod` to work properly.
  • Loading branch information
iwanbk authored and jekiapp committed Jan 22, 2020
1 parent a74df65 commit e21a586
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN go get -u -v github.com/golang/protobuf/protoc-gen-go \
google.golang.org/grpc/reflection \
golang.org/x/net/context \
github.com/go-chi/chi \
github.com/renstrom/fuzzysearch/fuzzy \
github.com/lithammer/fuzzysearch/fuzzy \
golang.org/x/tools/imports

RUN go get -u -v github.com/gobuffalo/packr/v2/... \
Expand Down Expand Up @@ -48,4 +48,4 @@ RUN go install -v

EXPOSE 4770 4771

ENTRYPOINT ["gripmock"]
ENTRYPOINT ["gripmock"]
2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
version = "1.0.0"

[[constraint]]
name = "github.com/renstrom/fuzzysearch"
name = "github.com/lithammer/fuzzysearch"
version = "1.0.0"

[[constraint]]
Expand Down
2 changes: 1 addition & 1 deletion stub/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"regexp"
"sync"

"github.com/renstrom/fuzzysearch/fuzzy"
"github.com/lithammer/fuzzysearch/fuzzy"
)

var mx = sync.Mutex{}
Expand Down

0 comments on commit e21a586

Please sign in to comment.