fix build issue

This commit is contained in:
Mahesh Arumugam 2021-07-19 13:47:47 -07:00
parent c14c6afbd3
commit 44a5e68b3e
2 changed files with 7 additions and 7 deletions

View file

@ -24,11 +24,11 @@ import (
"strings"
"syscall"
"github.com/pilosa/pilosa/v2"
"github.com/pilosa/pilosa/v2/rbf"
"github.com/pilosa/pilosa/v2/rbf/cfg"
"github.com/pilosa/pilosa/v2/roaring"
txkey "github.com/pilosa/pilosa/v2/short_txkey"
"github.com/molecula/featurebase/v2"
"github.com/molecula/featurebase/v2/rbf"
"github.com/molecula/featurebase/v2/rbf/cfg"
"github.com/molecula/featurebase/v2/roaring"
txkey "github.com/molecula/featurebase/v2/short_txkey"
"github.com/spf13/cobra"
)

View file

@ -16,8 +16,8 @@ package pilosa
import (
"github.com/gogo/protobuf/proto"
"github.com/pilosa/pilosa/v2/pb"
"github.com/pilosa/pilosa/v2/pql"
"github.com/molecula/featurebase/v2/pb"
"github.com/molecula/featurebase/v2/pql"
)
func UnmarshalIndexOptions(name string, createdAt int64, buf []byte) (*IndexOptions, error) {