remove any micro v2 occurences from the project
This commit is contained in:
committed by
Jörn Friedrich Dreyer
parent
54c4331479
commit
7e505fbd9f
+3
-3
@@ -6,9 +6,9 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
mdlog "github.com/micro/go-micro/v2/debug/log"
|
||||
mlog "github.com/micro/go-micro/v2/util/log"
|
||||
"github.com/micro/go-micro/v2/util/ring"
|
||||
mdlog "github.com/asim/go-micro/v3/debug/log"
|
||||
mlog "github.com/asim/go-micro/v3/util/log"
|
||||
"github.com/asim/go-micro/v3/util/ring"
|
||||
"github.com/rs/zerolog"
|
||||
"github.com/rs/zerolog/log"
|
||||
)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package log
|
||||
|
||||
import (
|
||||
mdlog "github.com/micro/go-micro/v2/debug/log"
|
||||
mdlog "github.com/asim/go-micro/v3/debug/log"
|
||||
)
|
||||
|
||||
type logStream struct {
|
||||
|
||||
@@ -5,9 +5,9 @@ import (
|
||||
"encoding/json"
|
||||
"net/http"
|
||||
|
||||
"github.com/asim/go-micro/v3/metadata"
|
||||
"github.com/cs3org/reva/pkg/token/manager/jwt"
|
||||
"github.com/cs3org/reva/pkg/user"
|
||||
"github.com/micro/go-micro/v2/metadata"
|
||||
"github.com/owncloud/ocis/ocis-pkg/account"
|
||||
)
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
|
||||
"github.com/micro/go-micro/v2/metadata"
|
||||
"github.com/asim/go-micro/v3/metadata"
|
||||
"github.com/owncloud/ocis/ocis-pkg/middleware"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user