diff options
Diffstat (limited to 'librsync')
-rw-r--r-- | librsync/helpers_test.go | 2 | ||||
-rw-r--r-- | librsync/librsync_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/librsync/helpers_test.go b/librsync/helpers_test.go index c12992f..8faaf58 100644 --- a/librsync/helpers_test.go +++ b/librsync/helpers_test.go @@ -2,7 +2,7 @@ package librsync import ( "bytes" - "github.com/kch42/golibrsync/librsync/testdata" + "github.com/silvasur/golibrsync/librsync/testdata" "testing" ) diff --git a/librsync/librsync_test.go b/librsync/librsync_test.go index c291fac..0c6ebe1 100644 --- a/librsync/librsync_test.go +++ b/librsync/librsync_test.go @@ -2,7 +2,7 @@ package librsync import ( "bytes" - "github.com/kch42/golibrsync/librsync/testdata" + "github.com/silvasur/golibrsync/librsync/testdata" "io" "testing" ) |