add parsing for time (#121)
Some checks failed
coverage / build (push) Failing after 1m26s
test / test (push) Successful in 3m28s
sync / sync (push) Successful in 15s

This commit is contained in:
kukasaurs
2025-09-04 15:59:22 +05:00
committed by GitHub
parent 8edfb0b5bf
commit a3fa32db52
4 changed files with 438 additions and 29 deletions

6
go.mod
View File

@@ -9,12 +9,18 @@ require (
go.unistack.org/micro/v4 v4.1.3
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
)
require (
github.com/ash3in/uuidv8 v1.2.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/matoous/go-nanoid v1.5.1 // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/stretchr/testify v1.11.1
go.unistack.org/micro-proto/v4 v4.1.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect