diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-08-23 11:19:23 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-08-23 11:19:23 +0200 |
commit | 212ce5c37857a2d64c56e3df8f415f48b8698462 (patch) | |
tree | 3e3afef77617534ed6cd4e7e49690cb738009322 /go.mod | |
parent | f63d18f08e86b4135e466d5e88e03dda65466e6b (diff) | |
download | dna-backup-212ce5c37857a2d64c56e3df8f415f48b8698462.tar.gz dna-backup-212ce5c37857a2d64c56e3df8f415f48b8698462.zip |
initial rolling hash matching
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ module github.com/n-peugnet/dna-backup go 1.16 + +require github.com/chmduquesne/rollinghash v4.0.0+incompatible // indirect |