ipdata
ipdata copied to clipboard
Update dependencies
This PR is split in 3 commits that:
- Updates the license year to 2021
- Update dependencies
- Removes the
vendor/directory from the repository
The last one I did because I don't want to clutter the history of the repository with stuff that can be retrieved from elsewhere. It is already quite heavy (103 MiB for 279 KiB of original code). But maybe you have a good reason that it's here in the first place.
I tested it and it seems to work fine. The Dockerfile seems to build fine too.
Hey, Thanks for the PR. I prefer to keep vendor since go relies on code being checked into github. The second a dependency(repo) is deleted, this project is SOL. Until there's a central storage solution that cannot be removed, committing vendor is necessary.