Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/go-chi/chi

Package chi is a small, idiomatic and composable router for building HTTP services. chi requires Go 1.10 or newer. Example: See github.com/go-chi/chi/_examples/ for more in-depth examples. URL patterns allow for easy matching of path components in HTTP requests. The matching components can then be accessed using chi.URLParam(). All patterns must begin with a slash. A simple named placeholder {name} matches any sequence of characters up to the next / or the end of the URL. Trailing slashes on paths must be handled explicitly. A placeholder with a name followed by a colon allows a regular expression match, for example {number:\\d+}. The regular expression syntax is Go's normal regexp RE2 syntax, except that regular expressions including { or } are not supported, and / will never be matched. An anonymous regexp pattern is allowed, using an empty string before the colon in the placeholder, such as {:\\d+} The special placeholder of asterisk matches the rest of the requested URL. Any trailing characters in the pattern are ignored. This is the only placeholder which will match / characters. Examples:
33 versions
Latest release: almost 4 years ago
4,983 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/go-chi/chi

View more repository details: https://repos.ecosyste.ms/hosts/GitHub/repositories/go-chi%2Fchi

Dependent Repos 12,002

ossf/scorecard-action
Official GitHub Action for OpenSSF Scorecard.
  • v4.1.2+incompatible go.mod
  • v4.1.2+incompatible go.sum

Size: 6.39 MB - Last synced: about 2 hours ago - Pushed: about 3 hours ago

zeromike/syft Fork of anchore/syft
CLI tool and library for generating a Software Bill of Materials from container images and filesystems
  • v4.1.2+incompatible go.mod
  • v4.1.2+incompatible go.sum

Size: 10.4 MB - Last synced: 12 months ago - Pushed: almost 2 years ago

krasish/test-infra Fork of kyma-project/test-infra
Test infrastructure for the Kyma project.
  • v4.1.2+incompatible development/gcp/cloud-functions/getfailureinstancedetails/go.sum
  • v4.1.2+incompatible development/kyma-ci-force-bot/ciforcebot/go.sum
  • v4.1.2+incompatible go.sum

Size: 15.3 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

observIQ/grafana-agent Fork of grafana/agent
Telemetry agent for the LGTM stack.
  • v4.1.2+incompatible go.sum

Size: 48.3 MB - Last synced: 5 months ago - Pushed: 5 months ago

nostprumprajee/Traveler
  • e83ac2304db3c50cf03d96a2fcd39009d458bc35 go-mysql-crud/Gopkg.lock
  • 3.3.2 go-mysql-crud/Gopkg.toml

Size: 77.6 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

tharun208/loki Fork of grafana/loki
Like Prometheus, but for logs.
  • v4.1.2+incompatible go.sum
  • v4.1.0+incompatible tools/lambda-promtail/go.sum

Size: 168 MB - Last synced: 19 days ago - Pushed: about 1 year ago

wiennat/rjio
  • v4.0.2+incompatible go.mod
  • v4.0.2+incompatible go.sum

Size: 16.3 MB - Last synced: about 1 month ago - Pushed: about 1 year ago

jan--f/telemeter Fork of openshift/telemeter
Prometheus push federation
  • v4.0.4+incompatible go.mod
  • v4.0.4+incompatible go.sum

Size: 35 MB - Last synced: 11 months ago - Pushed: 11 months ago

paketo-buildpacks/go
A Cloud Native Buildpack for Go
  • v4.1.2+incompatible go.sum

Size: 82.6 MB - Last synced: 3 days ago - Pushed: 3 days ago

paketo-buildpacks/dotnet-core
A Cloud Native Buildpack for .NET Core
  • v4.1.2+incompatible go.sum

Size: 134 MB - Last synced: 3 days ago - Pushed: 3 days ago

krakend/krakend-ratelimit
A collection of curated ratelimiter adaptors for the KrakenD framework
  • v4.0.1+incompatible go.sum

Size: 111 KB - Last synced: 6 months ago - Pushed: 6 months ago

drand/drand
🎲 A Distributed Randomness Beacon Daemon - Go implementation
  • v1.5.4 go.mod
  • v1.5.4 go.sum

Size: 50.9 MB - Last synced: 5 days ago - Pushed: 6 days ago

apache/submarine
Submarine is Cloud Native Machine Learning Platform.
  • v4.0.2+incompatible submarine-cloud-v2/go.sum

Size: 29.3 MB - Last synced: 10 days ago - Pushed: about 1 month ago

vinted/prometheus Fork of prometheus/prometheus
The Prometheus monitoring system and time series database.
  • v4.1.0+incompatible documentation/examples/remote_storage/go.sum

Size: 161 MB - Last synced: 4 days ago - Pushed: 5 days ago

sigstore/rekor-monitor
Log monitor for Rekor to verify immutability and monitor entries
  • v4.1.2+incompatible go.sum
  • v4.1.2+incompatible go.mod

Size: 1.29 MB - Last synced: about 12 hours ago - Pushed: about 13 hours ago

codeboten/opentelemetry-lambda Fork of open-telemetry/opentelemetry-lambda
  • v4.1.0+incompatible collector/go.sum

Size: 1.59 MB - Last synced: 7 months ago - Pushed: 7 months ago

overline-mining/gool
it's scary
  • v4.0.3+incompatible go.sum

Size: 877 KB - Last synced: 5 months ago - Pushed: 5 months ago

priyawadhwa/rekor Fork of sigstore/rekor
Signature Transparency Log
  • v4.1.2+incompatible go.mod
  • v4.1.2+incompatible go.sum

Size: 12.7 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

erda-project/kubeprober
Large-scale Kubernetes cluster diagnostic tool.
  • v4.0.2+incompatible go.sum

Size: 268 MB - Last synced: 20 days ago - Pushed: 4 months ago

filecoin-project/venus-wallet
a remote wallet for provider sign service
  • v4.0.2+incompatible go.sum

Size: 1.15 MB - Last synced: 14 days ago - Pushed: 14 days ago

kubesphere/notification-manager
K8s native notification management with multi-tenancy support
  • v4.0.3+incompatible go.mod
  • v4.0.3+incompatible go.sum

Size: 2.23 MB - Last synced: 23 days ago - Pushed: about 1 month ago

secteria/grype Fork of anchore/grype
A vulnerability scanner for container images and filesystems
  • v4.1.2+incompatible go.mod
  • v4.1.2+incompatible go.sum

Size: 2.45 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

boostchicken/opentelemetry-collector-contrib Fork of open-telemetry/opentelemetry-collector-contrib
Contrib repository for the OpenTelemetry Collector
  • v4.1.2+incompatible cmd/configschema/go.sum
  • v4.1.2+incompatible go.sum
  • v4.1.2+incompatible receiver/promtailreceiver/go.sum

Size: 262 MB - Last synced: 5 days ago - Pushed: 5 months ago

PhoenixRedflash/hub Fork of artifacthub/hub
Find, install and publish Kubernetes packages
  • v4.1.2+incompatible go.sum

Size: 80.9 MB - Last synced: 7 days ago - Pushed: 7 days ago

swimricky/wormhole Fork of wormhole-foundation/wormhole
Certus One's reference implementation for the Wormhole blockchain interoperability protocol.
  • v4.1.1+incompatible node/go.sum

Size: 76.7 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago

mgirouard/waterlog
  • v4.0.2+incompatible go.sum

Size: 13.7 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago

me-diru/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.
  • v4.1.0+incompatible go.sum

Size: 13.1 MB - Last synced: 5 days ago - Pushed: about 1 year ago

jeschkies/loki Fork of grafana/loki
Like Prometheus, but for logs.
  • v4.1.0+incompatible tools/lambda-promtail/go.sum

Size: 199 MB - Last synced: 19 days ago - Pushed: 21 days ago

webix-hub/reports-go
Go backend for Webix Reports
  • v4.1.1+incompatible go.mod
  • v4.1.1+incompatible go.sum

Size: 72.3 KB - Last synced: 27 days ago - Pushed: over 1 year ago

yonidavidson/contrib Fork of ent/contrib
A collection of extensions and tools for ent
  • v3.3.2+incompatible go.sum

Size: 2 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

monicawoj/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.
  • v4.1.0+incompatible go.sum

Size: 26.5 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

Bornholm/formidable
  • v1.5.4 go.mod
  • v1.5.4 go.sum

Size: 366 KB - Last synced: 22 days ago - Pushed: about 1 year ago

genx7up/drone Fork of harness/gitness
Drone is a Container-Native, Continuous Delivery Platform
  • v3.3.3+incompatible go.mod
  • v3.3.3+incompatible go.sum

Size: 29 MB - Last synced: 20 days ago - Pushed: 7 months ago

topfreegames/maestro
Maestro: Game Room Scheduler
  • v4.0.2+incompatible e2e/go.sum
  • v4.1.2+incompatible e2e/go.sum
  • v4.0.2+incompatible go.sum
  • v4.1.2+incompatible go.sum

Size: 10.8 MB - Last synced: 1 day ago - Pushed: 4 days ago

kokizzu/drone Fork of harness/gitness
Drone is a Container-Native, Continuous Delivery Platform
  • v3.3.3+incompatible go.mod
  • v3.3.3+incompatible go.sum

Size: 29 MB - Last synced: 22 days ago - Pushed: 7 months ago

TMFRook/modeldb Fork of VertaAI/modeldb
Open Source ML Model Versioning, Metadata, and Experiment Management
  • v3.3.2+incompatible go.sum

Size: 35 MB - Last synced: 22 days ago - Pushed: almost 2 years ago

klaudiagrz/kyma Fork of kyma-project/kyma
A flexible and easy way to connect and extend enterprise applications in a cloud-native world
  • v3.3.2+incompatible components/compass-runtime-agent/go.sum
  • v3.3.2+incompatible components/console-backend-service/go.sum

Size: 78.3 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

silinternational/cover-api
REST API for the Cover risk management app
  • v4.0.2+incompatible application/go.sum
  • v4.1.2+incompatible application/go.sum

Size: 3.1 MB - Last synced: 4 days ago - Pushed: 4 days ago

dgfug/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
  • v4.1.0+incompatible go.sum

Size: 420 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

evandroxaviersantos/TestePerformanceLinguagens
  • v1.5.4 GoLang/go.mod
  • v1.5.4 GoLang/go.sum

Size: 48.6 MB - Last synced: 12 days ago - Pushed: about 1 month ago

argoproj-labs/argocd-interlace
Enabling Software Supply Chain Security Capabilities in ArgoCD
  • v4.1.2+incompatible go.sum

Size: 10.2 MB - Last synced: 3 months ago - Pushed: over 1 year ago

0xJacky/nginx-ui
Yet another WebUI for Nginx
  • v4.0.2+incompatible go.sum

Size: 74.4 MB - Last synced: about 5 hours ago - Pushed: about 8 hours ago

ekmixon/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
  • v4.1.0+incompatible go.sum

Size: 462 MB - Last synced: 11 days ago - Pushed: 11 days ago

pawanku2/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
  • v4.1.0+incompatible go.sum

Size: 490 MB - Last synced: 20 days ago - Pushed: 22 days ago

best-expendables-v2/common-utils
  • v4.1.2+incompatible go.mod
  • v4.1.2+incompatible go.sum

Size: 3.5 MB - Last synced: 4 months ago - Pushed: 4 months ago

francissimo/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
  • v4.1.0+incompatible go.sum

Size: 423 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

soracom/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
  • v4.1.0+incompatible go.sum

Size: 677 MB - Last synced: about 1 month ago - Pushed: 3 months ago

CiscoDevNet/terraform-provider-iosxr
Terraform Cisco IOS-XR Provider
  • v4.0.2+incompatible go.sum

Size: 4.19 MB - Last synced: 26 days ago - Pushed: 26 days ago

OpenFunction/cli
A CLI for interacting with OpenFunction.
  • v4.0.2+incompatible go.sum

Size: 431 KB - Last synced: 9 months ago - Pushed: over 1 year ago

kuberlogic/kuberlogic
KuberLogic turns a containerized application into a functional SaaS offering, with integrated billing, monitoring, and customer management.
  • v1.5.4 modules/dynamic-apiserver/go.mod
  • v1.5.4 modules/dynamic-apiserver/go.sum

Size: 7.57 MB - Last synced: 3 months ago - Pushed: over 1 year ago

rizalgowandy/gateway Fork of nautilus/gateway
An api gateway for graphql services. https://gateway.nautilus.dev/
  • v3.3.2+incompatible cmd/gateway/go.sum
  • v3.3.2+incompatible examples/auth/go.sum
  • v3.3.2+incompatible go.sum

Size: 563 KB - Last synced: about 1 year ago - Pushed: over 1 year ago

pingcap/ng-monitoring
  • v4.1.0+incompatible go.sum

Size: 752 KB - Last synced: 9 days ago - Pushed: 11 days ago

mrueg/parca Fork of parca-dev/parca
Continuous profiling for analysis of CPU, memory usage over time, and down to the line number. Saving infrastructure cost, improving performance, and increasing reliability.
  • v4.1.0+incompatible go.sum

Size: 15.1 MB - Last synced: 9 months ago - Pushed: about 1 year ago

trustbloc/adapter 📦
Integration components to reduce complexity for RPs and Issuers
  • v4.0.2+incompatible cmd/adapter-rest/go.sum
  • v4.0.2+incompatible go.sum
  • v4.0.2+incompatible test/bdd/go.sum

Size: 8.11 MB - Last synced: about 2 months ago - Pushed: about 1 year ago

L00170150/grafana Fork of grafana/grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
  • v4.1.0+incompatible go.sum

Size: 582 MB - Last synced: 2 months ago - Pushed: 3 months ago

xdbchain/go Fork of stellar/go 📦
DigitalBits public monorepo of go code
  • v3.1.5+incompatible exp/services/market-tracker/go.sum
  • v4.0.3+incompatible go.mod
  • v4.0.3+incompatible go.sum

Size: 44.5 MB - Last synced: 23 days ago - Pushed: 7 months ago

coralogix/opentelemetry-collector-contrib Fork of open-telemetry/opentelemetry-collector-contrib
Contrib repository for the OpenTelemetry Collector
  • v1.5.0 cmd/configschema/go.sum
  • v1.5.0 exporter/datadogexporter/go.sum
  • v1.5.0 go.sum

Size: 368 MB - Last synced: about 19 hours ago - Pushed: about 20 hours ago

wings-software/cloudinfo Fork of banzaicloud/cloudinfo
Cloud instance type and price information as a service
  • v3.3.2+incompatible go.sum

Size: 9.51 MB - Last synced: about 1 month ago - Pushed: about 1 month ago

horeekaa/backend
  • v4.1.2+incompatible go.mod
  • v3.3.2+incompatible go.sum
  • v4.1.2+incompatible go.sum

Size: 1.41 MB - Last synced: 9 months ago - Pushed: over 1 year ago

rikatz/release Fork of kubernetes/release
Release infrastructure for Kubernetes and related components
  • v4.1.2+incompatible go.mod
  • v4.1.2+incompatible go.sum

Size: 15.7 MB - Last synced: 19 days ago - Pushed: about 1 year ago

vocdoni/vocdoni-node
A set of libraries and tools for the Vocdoni decentralized backend infrastructure, the main ground of our universally verifiable, privacy-centric and scalable digital voting protocol
  • v4.1.2+incompatible go.mod
  • v4.1.2+incompatible go.sum

Size: 16.3 MB - Last synced: 11 days ago - Pushed: 11 days ago