fix import sync "7f6ea0e6e..c38210bef"

This commit is contained in:
Joe Friedrich 2023-01-19 22:14:06 +00:00
parent 15eafa9825
commit 82a398980d

View file

@ -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"
)