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
gpmgo avatar

gpmgo/gopmArchived

0
View on GitHub↗
2,445 stars·203 forks·Go·Apache-2.0·7 views

Gopm

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

Features

  • Dependency Management - Package management tool for Go.
  • Package Management - Go package manager.

Star history

Star history chart for gpmgo/gopmStar history chart for gpmgo/gopm

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Gopm

These projects share indexed features with Gopm. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • jingweno/nutJ

    jingweno/nut

    0View on GitHub↗
    View on GitHub↗0
Compare all 30 related projects→

Frequently asked questions

What does gpmgo/gopm do?

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

What are the main features of gpmgo/gopm?

The main features of gpmgo/gopm are: Dependency Management, Package Management.

Which projects share features with gpmgo/gopm?

Projects with overlapping indexed features include: golang/dep — This project is a dependency management tool for Go designed to track and lock package versions to ensure reproducible… kardianos/govendor — govendor is a toolset for Go dependency management that enables the replication of external packages into a local… carthage/carthage — Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It… damnwidget/vengo. jingweno/nut. lunny/gop.