Skip to content

Commit

Permalink
bump classifier to v0.1.2
Browse files Browse the repository at this point in the history
fixes build on various arch due to vectorized hash not guarded
  • Loading branch information
neurlang authored and Your Name committed Feb 1, 2025
1 parent 97bc1f2 commit 95c5a80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/gorilla/mux v1.8.1
github.com/martinarisk/di v0.0.3
github.com/maypok86/otter v1.2.1
github.com/neurlang/classifier v0.1.1
github.com/neurlang/classifier v0.1.2
github.com/neurlang/levenshtein v0.1.0
github.com/sirupsen/logrus v1.9.3
github.com/spaolacci/murmur3 v1.1.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ github.com/neurlang/classifier v0.1.0 h1:Y6WY1C1z/aYmgLsHy0U9l9wjncOQvFffvXDDyWP
github.com/neurlang/classifier v0.1.0/go.mod h1:A9n/KHFHwlWzHjBgO6ILu9UwP2/Cr0LicY+F6j5cgeo=
github.com/neurlang/classifier v0.1.1 h1:hbDVMyrbd3VE6Fi77a62gqROQc/4b6HsU2On3d7kkyc=
github.com/neurlang/classifier v0.1.1/go.mod h1:A9n/KHFHwlWzHjBgO6ILu9UwP2/Cr0LicY+F6j5cgeo=
github.com/neurlang/classifier v0.1.2 h1:89IxNrPbEank9caSL2PDDT98TcX6x0fIhMLHDyZavj4=
github.com/neurlang/classifier v0.1.2/go.mod h1:A9n/KHFHwlWzHjBgO6ILu9UwP2/Cr0LicY+F6j5cgeo=
github.com/neurlang/levenshtein v0.1.0 h1:353zUJ4YL4b3p6IUS3k0vsPXIUr2r1ddImDGqZuezj0=
github.com/neurlang/levenshtein v0.1.0/go.mod h1:WEohFlzG+ZuOltuzlmOJnT8Yw+7WR9MuxaUfKbfA7vA=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit 95c5a80

Please sign in to comment.