Commit Graph

1 Commits

Author SHA1 Message Date
dcarrillo ff97f2c550 Move integration tests to separate Go module to slim main dependency graph (#56)
integration-tests/ is now its own Go module with a replace directive
pointing to the parent. docker/docker and testcontainers-go are no longer
in the main module, reducing go.mod from 106 to 60 lines and go.sum
from ~480 to 136 lines (-40% direct deps).

Makefile integration-test target updated to cd into the submodule.
2026-07-19 12:23:33 +02:00