Package ed25519 implements the Ed25519 signature algorithm.
Package multicodec exposes the multicodec table as Go constants.
Package proton implements types for accessing the Proton API.
OpenTracing-Go is a Go implementation of the OpenTracing API.
This package provides Prometheus bindings used in IPFS development.
This package adds support for Unix domain sockets in Go HTTP clients.
This package provides an Action runner for the Gitea forge.
Pfilter is a Go package for filtering packets into multiple virtual connections from a single physical connection.
Package temperrcatcher provides a TempErrCatcher object, which implements simple error-retrying functionality.
Shorthand is a superset and friendlier variant of JSON designed with several use-cases in mind..
Jibber Jabber is a GoLang Library that can be used to detect an operating system's current language.
Web Push API Encryption with VAPID support.
This is an implementation of the IPLD @urlhttps://ipld.io/specs/codecs/dag-jose/spec/,dag-jose codec.
Package colorprofile provides a way to downsample ANSI escape sequence colors and styles automatically based on output, environment variables, and Terminfo databases.
This package provides a ordered map library that maintains amortized O(1) for Set, Get, Delete and Len.
This package provides a mirror of the assembler from the Go compiler, with import paths re-written for the assembler to be functional as a standalone library.
Package apiclient provides methods for interacting with the Circonus API. See the full Circonus API Documentation at https://login.circonus.com/resources/api for more information.
This package provides a Golang reference library for parsing and loading Compose files as specified by the Compose specification.
assetfs allows packages to serve static content embedded with the go-bindata tool with the standard net/http package.
Golden files (.golden) contain the raw expected output of tests,which can contain control codes and escape sequences. golden package provides an API for comparing Golden files.
Automatically set GOMEMLIMIT to match Linux cgroups(7) memory limit.
Package retryablehttp provides a familiar HTTP client interface with automatic retries and exponential backoff. It is a thin wrapper over the standard net/http client library and exposes nearly the same public API.
The StatsD exporter is a drop-in replacement for StatsD. The exporter translates StatsD metrics to Prometheus metrics via configured mapping rules. This package provides a Golang module and statsd_exporter executable command.
uTLS is a fork of “crypto/tls”, which provides ClientHello fingerprinting resistance, low-level access to handshake, fake session tickets and some other features. Handshake is still performed by “crypto/tls”, this library merely changes ClientHello part of it and provides low-level access.