mirror of
https://github.com/go-micro/go-micro.git
synced 2025-12-17 21:57:26 +02:00
go-micro.dev/v4 (#2305)
This commit is contained in:
@@ -4,10 +4,10 @@ import (
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
|
||||
"github.com/asim/go-micro/v3/config"
|
||||
"go-micro.dev/v4/config"
|
||||
"github.com/asim/go-micro/plugins/config/encoder/toml/v3"
|
||||
"github.com/asim/go-micro/v3/config/source"
|
||||
"github.com/asim/go-micro/v3/config/source/file"
|
||||
"go-micro.dev/v4/config/source"
|
||||
"go-micro.dev/v4/config/source/file"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user