diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-08-23 21:12:55 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-08-23 21:12:55 +0200 |
commit | b070eae35c1e7a4996b90208153d01f2be08d588 (patch) | |
tree | 67069c772a376fcd7da199c6bb821cc7261cd523 /go.mod | |
parent | a67dfdd993dee93950c4b60e99ab6ca92d842072 (diff) | |
download | dna-backup-b070eae35c1e7a4996b90208153d01f2be08d588.tar.gz dna-backup-b070eae35c1e7a4996b90208153d01f2be08d588.zip |
try bsdiff and rework some of the API
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,4 +2,7 @@ module github.com/n-peugnet/dna-backup go 1.16 -require github.com/chmduquesne/rollinghash v4.0.0+incompatible +require ( + github.com/chmduquesne/rollinghash v4.0.0+incompatible + github.com/gabstv/go-bsdiff v1.0.5 +) |