mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
update upstream
This commit is contained in:
parent
70f6740309
commit
1d09291f95
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue