[v3] add time/duration parsing support (#122)
All checks were successful
test / test (push) Successful in 4m22s
All checks were successful
test / test (push) Successful in 4m22s
* fix: add time parsing support * changing tests and fixing override
This commit is contained in:
6
go.mod
6
go.mod
@@ -9,9 +9,15 @@ require (
|
||||
go.unistack.org/micro/v3 v3.11.14
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/google/go-cmp v0.6.0 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/stretchr/testify v1.11.1
|
||||
go.unistack.org/micro-proto/v3 v3.4.1 // indirect
|
||||
google.golang.org/protobuf v1.35.2 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
|
Reference in New Issue
Block a user