aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2021-08-28 20:54:34 +0200
committern-peugnet <n.peugnet@free.fr>2021-08-28 20:54:34 +0200
commit2cd98a3bcd18870da4404693212119dd8ccfaf68 (patch)
tree9fb91f1d9bf6401b7d4bc3c2dcdfcb779d230e5a /go.mod
parent129a86b3a6780b7aee5a7469cc5adeaf2ea6c20f (diff)
downloaddna-backup-2cd98a3bcd18870da4404693212119dd8ccfaf68.tar.gz
dna-backup-2cd98a3bcd18870da4404693212119dd8ccfaf68.zip
refactor(chunks): use more interfaces
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index faf604d..59fed50 100644
--- a/go.mod
+++ b/go.mod
@@ -5,5 +5,4 @@ go 1.16
require (
github.com/chmduquesne/rollinghash v4.0.0+incompatible
github.com/gabstv/go-bsdiff v1.0.5
- github.com/google/go-cmp v0.5.6
)