From b070eae35c1e7a4996b90208153d01f2be08d588 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 23 Aug 2021 21:12:55 +0200 Subject: try bsdiff and rework some of the API --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 +) -- cgit v1.2.3