add unit-tests (#136)
All checks were successful
test / test (push) Successful in 3m20s

This commit is contained in:
2025-05-14 01:50:09 +05:00
committed by GitHub
parent 0f33dbcfaf
commit b42eafe69f
5 changed files with 127 additions and 3 deletions

4
go.mod
View File

@@ -5,11 +5,15 @@ go 1.21
toolchain go1.23.4
require (
github.com/stretchr/testify v1.10.0
go.unistack.org/micro-proto/v3 v3.4.1
go.unistack.org/micro/v3 v3.10.88
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
google.golang.org/protobuf v1.35.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)