From 114be35d3ba8cdc6dee6f5878ccb6e5517a6f767 Mon Sep 17 00:00:00 2001 From: OldFart Date: Wed, 28 Nov 2018 03:18:57 -0500 Subject: [PATCH] import path fix --- README.md | 2 +- dedup.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae12819..e18864a 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Examples Output Format ------------- - leb@hula-3:~/gotest/src/leb.io/dedup % dedup -p -F z z1 + leb@hula-3:~/gotest/src/github.com/tildeleb/dedup % dedup -p -F z z1 0f6fc1f830df9250 "z/b1" 0f6fc1f830df9250 "z/b2" diff --git a/dedup.go b/dedup.go index d7e3c41..cfc0388 100644 --- a/dedup.go +++ b/dedup.go @@ -42,9 +42,9 @@ import ( "flag" "fmt" "hash" - "leb.io/aeshash" - "leb.io/hrff" - "leb.io/siginfo" + "github.com/tildeleb/aeshash" + "github.com/tildeleb/hrff" + "github.com/tildeleb/siginfo" "log" "os" "regexp"