1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-04 21:42:57 +02:00
* v3

* revert plugins

* fixup some issues
This commit is contained in:
Asim Aslam
2021-01-20 13:54:31 +00:00
committed by GitHub
parent bf4ab679e1
commit d94936f6c9
369 changed files with 1442 additions and 817 deletions

View File

@ -4,11 +4,11 @@ import (
"errors"
"time"
"github.com/asim/go-micro/v3/config/encoder"
"github.com/asim/go-micro/v3/config/encoder/json"
"github.com/asim/go-micro/v3/config/reader"
"github.com/asim/go-micro/v3/config/source"
"github.com/imdario/mergo"
"github.com/micro/go-micro/v2/config/encoder"
"github.com/micro/go-micro/v2/config/encoder/json"
"github.com/micro/go-micro/v2/config/reader"
"github.com/micro/go-micro/v2/config/source"
)
type jsonReader struct {

View File

@ -3,7 +3,7 @@ package json
import (
"testing"
"github.com/micro/go-micro/v2/config/source"
"github.com/asim/go-micro/v3/config/source"
)
func TestReader(t *testing.T) {

View File

@ -7,9 +7,9 @@ import (
"strings"
"time"
"github.com/asim/go-micro/v3/config/reader"
"github.com/asim/go-micro/v3/config/source"
simple "github.com/bitly/go-simplejson"
"github.com/micro/go-micro/v2/config/reader"
"github.com/micro/go-micro/v2/config/source"
)
type jsonValues struct {

View File

@ -4,7 +4,7 @@ import (
"reflect"
"testing"
"github.com/micro/go-micro/v2/config/source"
"github.com/asim/go-micro/v3/config/source"
)
func TestValues(t *testing.T) {