awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
pote avatar

pote/gpm

0
View on GitHub↗
1,175 stars·51 forks·Shell·MIT·8 views

Gpm

Barebones dependency manager for Go.

Features

  • Dependency Management - Basic dependency management utility.
  • Package Management - Go package management tool.

Star history

Star history chart for pote/gpmStar history chart for pote/gpm

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does pote/gpm do?

Barebones dependency manager for Go.

What are the main features of pote/gpm?

The main features of pote/gpm are: Dependency Management, Package Management.

What are some open-source alternatives to pote/gpm?

Open-source alternatives to pote/gpm include: golang/dep — This project is a dependency management tool for Go designed to track and lock package versions to ensure reproducible… jingweno/nut. carthage/carthage — Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It… damnwidget/vengo. gpmgo/gopm — Go Package Manager (gopm) is a package manager and build tool for Go. kardianos/govendor — govendor is a toolset for Go dependency management that enables the replication of external packages into a local…

Open-source alternatives to Gpm

Similar open-source projects, ranked by how many features they share with Gpm.
  • damnwidget/vengoD

    DamnWidget/VenGO

    0View on GitHub↗
    View on GitHub↗0
  • golang/depgolang avatar

    golang/dep

    12,737View on GitHub↗

    This project is a dependency management tool for Go designed to track and lock package versions to ensure reproducible builds across different environments. It functions as a version lock file manager, recording complete snapshots of the dependency graph to prevent version drift, and as a semantic version constraint resolver that calculates compatible package versions. The tool orchestrates a local vendor directory, mirroring external source code to enable offline builds and source auditing. It utilizes a combination of static analysis to discover required libraries and a logic engine to inte

    Godependency-managergolangpackage-manager
    View on GitHub↗12,737
  • carthage/carthageCarthage avatar

    Carthage/Carthage

    15,174View on GitHub↗

    Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It functions as a Git-based framework manager and binary distribution tool used to fetch, build, and manage external libraries. The project distinguishes itself by supporting the production and distribution of platform-independent binary frameworks and static libraries. It utilizes Git tags and submodules to lock specific versions of external libraries and provides mechanisms to distribute prebuilt binaries via zipped release archives. The system covers dependency resolution and version

    Swift
    View on GitHub↗15,174
  • gpmgo/gopmgpmgo avatar

    gpmgo/gopm

    2,445View on GitHub↗

    Go Package Manager (gopm) is a package manager and build tool for Go.

    Go
    View on GitHub↗2,445
See all 30 alternatives to Gpm→