update store dependencies

This commit is contained in:
A.Unger
2020-09-18 12:40:56 +02:00
parent 9366a03a8c
commit c26f7b390a
22 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package service
import (
"github.com/owncloud/ocis-pkg/v2/log"
"github.com/owncloud/ocis-store/pkg/config"
"github.com/owncloud/ocis/store/pkg/config"
)
// Option defines a single option function.
+2 -2
View File
@@ -11,8 +11,8 @@ import (
"github.com/blevesearch/bleve/analysis/analyzer/keyword"
merrors "github.com/micro/go-micro/v2/errors"
"github.com/owncloud/ocis-pkg/v2/log"
"github.com/owncloud/ocis-store/pkg/config"
"github.com/owncloud/ocis-store/pkg/proto/v0"
"github.com/owncloud/ocis/store/pkg/config"
"github.com/owncloud/ocis/store/pkg/proto/v0"
"google.golang.org/protobuf/encoding/protojson"
)