aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2021-08-23 21:12:55 +0200
committern-peugnet <n.peugnet@free.fr>2021-08-23 21:12:55 +0200
commitb070eae35c1e7a4996b90208153d01f2be08d588 (patch)
tree67069c772a376fcd7da199c6bb821cc7261cd523 /go.mod
parenta67dfdd993dee93950c4b60e99ab6ca92d842072 (diff)
downloaddna-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.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 26bdbbc..59fed50 100644
--- a/go.mod
+++ b/go.mod
@@ -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
+)