update to latest micro, optimize flatten
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
8
go.mod
8
go.mod
@@ -3,9 +3,9 @@ module go.unistack.org/micro-codec-toml/v3
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.2.1
|
||||
go.unistack.org/micro-proto/v3 v3.3.1
|
||||
go.unistack.org/micro/v3 v3.10.14
|
||||
github.com/BurntSushi/toml v1.4.0
|
||||
go.unistack.org/micro-proto/v3 v3.4.1
|
||||
go.unistack.org/micro/v3 v3.10.88
|
||||
)
|
||||
|
||||
require google.golang.org/protobuf v1.28.1 // indirect
|
||||
require google.golang.org/protobuf v1.34.2 // indirect
|
||||
|
Reference in New Issue
Block a user