openova/core/services/domain
e3mrah 5cdb738ac9
fix(services): go mod tidy across sibling services after #798 shared deps bump (#821)
#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>
2026-05-04 22:35:46 +04:00
..
handlers feat(consolidation): move 8 SME backend services + shared module to public repo 2026-04-28 12:30:32 +02:00
store feat(consolidation): move 8 SME backend services + shared module to public repo 2026-04-28 12:30:32 +02:00
Containerfile feat(consolidation): move 8 SME backend services + shared module to public repo 2026-04-28 12:30:32 +02:00
go.mod fix(services): go mod tidy across sibling services after #798 shared deps bump (#821) 2026-05-04 22:35:46 +04:00
go.sum fix(services): go mod tidy across sibling services after #798 shared deps bump (#821) 2026-05-04 22:35:46 +04:00
main.go feat(consolidation): move 8 SME backend services + shared module to public repo 2026-04-28 12:30:32 +02:00