Shared Go libraries for installable.sh.
go get github.com/installable-sh/libEmbedded CA certificates from Alpine Linux, updated weekly.
import "github.com/installable-sh/lib/certs"
pool := certs.CertPool()HTTP client with retries and embedded CA certificates.
import "github.com/installable-sh/lib/fetch"
resp, err := fetch.Get(ctx, "https://example.com")Shell script execution using mvdan.cc/sh.
import "github.com/installable-sh/lib/shell"
err := shell.Run(ctx, "echo hello", os.Stdout, os.Stderr)Version information utilities.
import "github.com/installable-sh/lib/version"
v := version.Get()Apache 2.0 - see LICENSE