Commit Graph

3 Commits

Author SHA1 Message Date
dcarrillo cd6d5db918 chore: Upgrade integration tests dependencies (#59) 2026-07-22 12:55:28 +02:00
dcarrillo 3874f6af3f Update dependencies 2026-07-19 12:27:56 +02:00
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