Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Package vfsgen takes an http.FileSystem (likely at go generate time) and generates Go code that statically implements the provided http.FileSystem.
go-github is a Go client library for accessing the GitHub API v3.
This package provides a Go client for the NAT-PMP internet protocol for port mapping and discovering the external IP address of a firewall.
Package zipkin implements a native Zipkin instrumentation library for Go.
Serf is a decentralized solution for service discovery and orchestration that is lightweight, highly available, and fault tolerant.
OpenAPI toolkit runtime component for use in code generation or as untyped usage.
A simple alternative to rcrowley's go-metrics that's a lot faster (and only does simple bandwidth metrics).
This package is a Go library that parses a curl (netscape) cookiejar file into a Go http.CookieJar.
This package implements a functionality which can be used in instrument code, expose application metrics, and profile runtime performance in a flexible manner. It makes use of a MetricSink interface to support delivery to any type of backend.
Currently the following sinks are provided:
StatsiteSink : Sinks to a statsite instance (TCP)
StatsdSink: Sinks to a StatsD / statsite instance (UDP)
PrometheusSink: Sinks to a Prometheus metrics endpoint (exposed via HTTP for scrapes)
InmemSink : Provides in-memory aggregation, can be used to export stats
FanoutSink : Sinks to multiple sinks. Enables writing to multiple statsite instances for example
BlackholeSink : Sinks to nowhere
Gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.
This package implements a NFSv3 protocol implementation in pure Golang.
This package implements an HTTP request/response middleware pipeline used by Azure SDK clients.
Package manager provides utilities to upload and download objects from S3 concurrently. Helpful for when working with large objects.
Package elastic provides an Elasticsearch client with AWS sigv4 support.
This package contains content for Azure SDK developers.
The netlink package provides a simple netlink library for Go. Netlink is the interface a user-space program in Linux uses to communicate with the kernel. It can be used to add and remove interfaces, set IP addresses and routes, and configure IPsec.
This code is for loading database data that maps IP addresses to countries for collecting and presenting statistics on snowflake use that might alert us to censorship events.
Package ot implements the ot-tracer-* propagator used by the default Tracer implementation from the OpenTracing project.
go-github-com-go-chi-chi-v5 is an HTTP router that lets the user decompose request handling into many smaller layers.
Package gitea implements a client for the Gitea API. The version corresponds to the highest supported version of the gitea API, but backwards-compatibility is mostly given.
This package is a Go library to talk HTTP over Unix domain sockets.
Package aws contains OpenTelemetry propagators that use AWS propagation formats.
This package is a request router and dispatcher with a pat-like interface. It is an alternative to gorilla/mux that showcases how it can be used as a base for different API flavors.
This package implements a functionality to exposes API to decode Fedora CoreOS streams into Go structs, as well as a convenience API to find the URL for a given stream.