[v3] add time/duration parsing support (#122)
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:
kukasaurs
2025-09-04 15:49:16 +05:00
committed by GitHub
parent bd465fdb70
commit 2cab7ddad2
4 changed files with 439 additions and 29 deletions

6
go.mod
View File

@@ -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