fix: use tagged handler-base v0.1.3, remove local replace directive
Some checks failed
CI / Test (push) Failing after 1m19s
CI / Release (push) Has been skipped
CI / Lint (push) Failing after 1m16s
CI / Docker Build & Push (push) Has been cancelled
CI / Notify (push) Has been cancelled

This commit is contained in:
2026-02-20 09:00:47 -05:00
parent ef52519d4d
commit e5a3efc701
2 changed files with 3 additions and 3 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module git.daviestechlabs.io/daviestechlabs/tts-module
go 1.25.1
require (
git.daviestechlabs.io/daviestechlabs/handler-base v0.0.0
git.daviestechlabs.io/daviestechlabs/handler-base v0.1.3
github.com/nats-io/nats.go v1.48.0
github.com/vmihailenco/msgpack/v5 v5.4.1
)
@@ -39,5 +39,3 @@ require (
google.golang.org/grpc v1.78.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)
replace git.daviestechlabs.io/daviestechlabs/handler-base => ../handler-base