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.sum | |
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.sum')
-rw-r--r-- | go.sum | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,2 +1,6 @@ github.com/chmduquesne/rollinghash v4.0.0+incompatible h1:hnREQO+DXjqIw3rUTzWN7/+Dpw+N5Um8zpKV0JOEgbo= github.com/chmduquesne/rollinghash v4.0.0+incompatible/go.mod h1:Uc2I36RRfTAf7Dge82bi3RU0OQUmXT9iweIcPqvr8A0= +github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 h1:eX+pdPPlD279OWgdx7f6KqIRSONuK7egk+jDx7OM3Ac= +github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76/go.mod h1:KjxHHirfLaw19iGT70HvVjHQsL1vq1SRQB4yOsAfy2s= +github.com/gabstv/go-bsdiff v1.0.5 h1:g29MC/38Eaig+iAobW10/CiFvPtin8U3Jj4yNLcNG9k= +github.com/gabstv/go-bsdiff v1.0.5/go.mod h1:/Zz6GK+/f/TMylRtVaW3uwZlb0FZITILfA0q12XKGwg= |