diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-09-23 18:10:30 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-09-23 18:10:30 +0200 |
commit | a07bbe4ef22d642347d18f0e0a62d24868500d23 (patch) | |
tree | dd634dc57d5525033146c197dc6822a8c0466eb0 /go.mod | |
parent | e4f6bf0d972b8e851a6fcaa20c1f305680f61884 (diff) | |
download | dna-backup-a07bbe4ef22d642347d18f0e0a62d24868500d23.tar.gz dna-backup-a07bbe4ef22d642347d18f0e0a62d24868500d23.zip |
Testing with Fdelta as the differ
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,4 +5,5 @@ go 1.16 require ( github.com/chmduquesne/rollinghash v4.0.0+incompatible github.com/gabstv/go-bsdiff v1.0.5 + github.com/mdvan/fdelta v0.0.0-20200114160834-373fc49c9ba9 ) |