remove any micro v2 occurences from the project

This commit is contained in:
A.Unger
2021-02-18 08:01:53 +00:00
committed by Jörn Friedrich Dreyer
parent 54c4331479
commit 7e505fbd9f
19 changed files with 143 additions and 52 deletions
+3 -3
View File
@@ -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 -1
View File
@@ -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 {
+1 -1
View File
@@ -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"
)
+1 -1
View File
@@ -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"
)