When installing echo-contrib, Go pulls in all dependencies used across this repository, even though many of them may not be used in a given project.
This makes dependency management heavier than necessary for users who only need a specific package. It would be helpful if each package under echo-contrib had its own go.mod file and could be installed independently, so only the required dependencies are fetched.