chore: bump handler-base to v0.1.5, add netrc secret mount to Dockerfile
Some checks failed
CI / Lint (push) Has been cancelled
CI / Release (push) Has been cancelled
CI / Docker Build & Push (push) Has been cancelled
CI / Notify (push) Has been cancelled
CI / Test (push) Has been cancelled

This commit is contained in:
2026-02-20 18:15:20 -05:00
parent 7d72400070
commit b75762ad52
3 changed files with 7 additions and 4 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module git.daviestechlabs.io/daviestechlabs/chat-handler
go 1.25.1
require (
git.daviestechlabs.io/daviestechlabs/handler-base v0.1.3
git.daviestechlabs.io/daviestechlabs/handler-base v0.1.5
github.com/nats-io/nats.go v1.48.0
github.com/vmihailenco/msgpack/v5 v5.4.1
)