Retrieves the latest available versions for Go modules and Python packages to ensure dependencies remain current.
Streamlines the process of maintaining software dependencies by providing instant access to the latest version numbers for Go and Python ecosystems. Whether initializing a new project or updating an existing codebase, this skill automates the lookup of module paths and PyPI packages, helping developers avoid manual searching and ensuring they are working with the most recent stable releases.
Key Features
01Automated script-based version resolution
021 GitHub stars
03Support for bulk version checking via go list
04Go module version retrieval via module paths
05Standardized package identification for major ecosystems
06Python PyPI package version lookup
Use Cases
01Auditing development environments for necessary library updates
02Verifying package availability and latest stable releases during project initialization
03Updating outdated project dependencies in go.mod or requirements.txt