diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-01-15 20:32:57 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-01-15 20:32:57 -0800 |
| commit | 1d09291f95e40c20b1244f35f79aae23627e667d (patch) | |
| tree | 691eb01ae70ad6c1771c259482473ac889eb5126 | |
| parent | 70f6740309b12ee3ddbabf7100fb0dcab2c17fe6 (diff) | |
| download | seaweedfs-1d09291f95e40c20b1244f35f79aae23627e667d.tar.xz seaweedfs-1d09291f95e40c20b1244f35f79aae23627e667d.zip | |
update upstream
| -rw-r--r-- | weed/compress/delta_binary_pack32.go | 4 |
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 |
