mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2026-07-23 15:55:45 +00:00
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.
This commit is contained in:
Reference in New Issue
Block a user