Is there a standard file in Golang from which packages could be installed? Yes, I am aware about go.mod, but hear me out.

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • toolbox

    A Go Tool Vendoring Assistant (by Houndie)

  • terraform

    Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

  • There is a tools package that exists only to declare the various tool dependencies: https://github.com/hashicorp/terraform/blob/ddd87994bfbd6765328739c2e185f700b68245c4/tools/tools.go

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • todo-api-microservice-example

    Go microservice tutorial project using Domain Driven Design and Onion Architecture!

  • internal/tools and

  • bingo

    Like `go get` but for Go tools! CI Automating versioning of Go binaries in a nested, isolated Go modules.

  • I'm using https://github.com/bwplotka/bingo for build dependencies, it's generating env and makefile includes to install and use the tools on the fly.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts