stash/vendor/github.com/agnivade/levenshtein/go.mod
WithoutPants 7a45943e8e
Stash box client interface (#751)
* Add gql client generation files
* Update dependencies
* Add stash-box client generation to the makefile
* Move scraped scene object matchers to models
* Add stash-box to scrape with dropdown
* Add scrape scene from fingerprint in UI
2020-09-17 19:57:18 +10:00

8 lines
190 B
Modula-2

module github.com/agnivade/levenshtein
go 1.13
require (
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0
github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48
)