#798 added github.com/nats-io/nats.go to core/services/shared/go.mod and
adjusted x/sys/x/crypto/x/text to Go 1.22-compatible versions. The
sibling services (auth, catalog, domain, gateway, notification,
provisioning, tenant) reference the same shared module via the local
`replace` directive — their go.sum files must include the new transitive
hashes, otherwise the CI Containerfile build hits:
go: updates to go.mod needed; to update it: go mod tidy
This commit is a pure `go mod tidy` across all 7 services; no source
changes. CI services-build is now unblocked.
Co-authored-by: hatiyildiz <hatice.yildiz@openova.io>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>