rename imports to asim/go-micro (#2051)
This commit is contained in:
2
config/env/env.go
vendored
2
config/env/env.go
vendored
@@ -6,7 +6,7 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/micro/go-micro/v3/config"
|
||||
"github.com/asim/go-micro/v3/config"
|
||||
)
|
||||
|
||||
type envConfig struct{}
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
|
||||
"github.com/micro/go-micro/v3/config"
|
||||
"github.com/asim/go-micro/v3/config"
|
||||
)
|
||||
|
||||
// NewSecrets returns a config that encrypts values at rest
|
||||
|
||||
@@ -4,8 +4,8 @@ import (
|
||||
"encoding/json"
|
||||
"strings"
|
||||
|
||||
"github.com/micro/go-micro/v3/config"
|
||||
"github.com/micro/go-micro/v3/store"
|
||||
"github.com/asim/go-micro/v3/config"
|
||||
"github.com/asim/go-micro/v3/store"
|
||||
)
|
||||
|
||||
// NewConfig returns new config
|
||||
|
||||
@@ -4,9 +4,9 @@ import (
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/micro/go-micro/v3/config"
|
||||
"github.com/micro/go-micro/v3/config/secrets"
|
||||
"github.com/micro/go-micro/v3/store/memory"
|
||||
"github.com/asim/go-micro/v3/config"
|
||||
"github.com/asim/go-micro/v3/config/secrets"
|
||||
"github.com/asim/go-micro/v3/store/memory"
|
||||
)
|
||||
|
||||
type conf1 struct {
|
||||
|
||||
Reference in New Issue
Block a user