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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
D

DamnWidget/VenGO

0
View on GitHub↗
0 stars·0 forks·1 view

VenGO

Features

  • Dependency Management - Creates and manages isolated Go virtual environments.
  • Package Management - Manage isolated Go virtual environments.

Star history

Star history chart for damnwidget/vengoStar history chart for damnwidget/vengo

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

Open-source alternatives to VenGO

Similar open-source projects, ranked by how many features they share with VenGO.
  • 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
  • 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
  • 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
See all 30 alternatives to VenGO→

Frequently asked questions

What are the main features of damnwidget/vengo?

The main features of damnwidget/vengo are: Dependency Management, Package Management.

What are some open-source alternatives to damnwidget/vengo?

Open-source alternatives to damnwidget/vengo include: 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… carthage/carthage — Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It… golang/dep — This project is a dependency management tool for Go designed to track and lock package versions to ensure reproducible… jingweno/nut. lunny/gop.