Skip to content

Commit

Permalink
bump classifier to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neurlang authored and Your Name committed Jan 30, 2025
1 parent c268ea2 commit 63b3ef6
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.0
github.com/neurlang/classifier v0.1.1
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 @@ -84,6 +84,8 @@ github.com/maypok86/otter v1.2.1 h1:xyvMW+t0vE1sKt/++GTkznLitEl7D/msqXkAbLwiC1M=
github.com/maypok86/otter v1.2.1/go.mod h1:mKLfoI7v1HOmQMwFgX4QkRk23mX6ge3RDvjdHOWG4R4=
github.com/neurlang/classifier v0.1.0 h1:Y6WY1C1z/aYmgLsHy0U9l9wjncOQvFffvXDDyWPmsQk=
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/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 63b3ef6

Please sign in to comment.