mirror of
https://github.com/go-micro/go-micro.git
synced 2025-08-04 21:42:57 +02:00
v5
This commit is contained in:
@ -5,10 +5,10 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/imdario/mergo"
|
||||
"go-micro.dev/v4/config/encoder"
|
||||
"go-micro.dev/v4/config/encoder/json"
|
||||
"go-micro.dev/v4/config/reader"
|
||||
"go-micro.dev/v4/config/source"
|
||||
"go-micro.dev/v5/config/encoder"
|
||||
"go-micro.dev/v5/config/encoder/json"
|
||||
"go-micro.dev/v5/config/reader"
|
||||
"go-micro.dev/v5/config/source"
|
||||
)
|
||||
|
||||
type jsonReader struct {
|
||||
|
@ -3,7 +3,7 @@ package json
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"go-micro.dev/v4/config/source"
|
||||
"go-micro.dev/v5/config/source"
|
||||
)
|
||||
|
||||
func TestReader(t *testing.T) {
|
||||
|
@ -8,8 +8,8 @@ import (
|
||||
"time"
|
||||
|
||||
simple "github.com/bitly/go-simplejson"
|
||||
"go-micro.dev/v4/config/reader"
|
||||
"go-micro.dev/v4/config/source"
|
||||
"go-micro.dev/v5/config/reader"
|
||||
"go-micro.dev/v5/config/source"
|
||||
)
|
||||
|
||||
type jsonValues struct {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"go-micro.dev/v4/config/source"
|
||||
"go-micro.dev/v5/config/source"
|
||||
)
|
||||
|
||||
func TestValues(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user