mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
fix import sync "7f6ea0e6e..c38210bef"
This commit is contained in:
parent
15eafa9825
commit
82a398980d
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ import (
|
|||
"io"
|
||||
"net/http"
|
||||
|
||||
featurebase "github.com/molecula/featurebase/v3"
|
||||
"github.com/molecula/featurebase/v3/dax"
|
||||
featurebase "github.com/featurebasedb/featurebase/v3"
|
||||
"github.com/molecula/featurebasedb/v3/dax"
|
||||
queryerhttp "github.com/molecula/featurebase/v3/dax/queryer/http"
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue