aboutsummaryrefslogtreecommitdiff
path: root/weed/compress/delta_binary_pack32.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/compress/delta_binary_pack32.go')
-rw-r--r--weed/compress/delta_binary_pack32.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/compress/delta_binary_pack32.go b/weed/compress/delta_binary_pack32.go
index 42ae8d42d..1da0e427a 100644
--- a/weed/compress/delta_binary_pack32.go
+++ b/weed/compress/delta_binary_pack32.go
@@ -1,8 +1,8 @@
package compress
import (
- "github.com/reducedb/encoding/cursor"
- "github.com/reducedb/encoding/delta/bp32"
+ "github.com/dataence/encoding/cursor"
+ "github.com/dataence/encoding/delta/bp32"
)
// Compress compresses in[]int32 to out[]int32