diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-08-23 15:59:49 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-08-23 15:59:49 +0200 |
commit | a67dfdd993dee93950c4b60e99ab6ca92d842072 (patch) | |
tree | f2363c729e890b57a6f87a9c4ae147a668c92a64 /go.mod | |
parent | e0b1733b3d7c88c79d4d92d8c6fac97bbd73f06b (diff) | |
download | dna-backup-a67dfdd993dee93950c4b60e99ab6ca92d842072.tar.gz dna-backup-a67dfdd993dee93950c4b60e99ab6ca92d842072.zip |
add ChunkId that contains version number
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ module github.com/n-peugnet/dna-backup go 1.16 -require github.com/chmduquesne/rollinghash v4.0.0+incompatible // indirect +require github.com/chmduquesne/rollinghash v4.0.0+incompatible |