github.com/go-chi/chi/v5
go
pkg:golang/github.com/go-chi/chi/v5
1,532 Dependabot PRs
7 days ago
1,136 repositories
4 repositories
Recent PRs (filtered by: Patch PRs )
chore(deps): bump the go group with 2 updates
external-secrets/bitwarden-sdk-server #52
build(deps): Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
l3af-project/l3afd #628
Bump the dependencies group with 2 updates
mpapenbr/iracelog-graphql #187
chore(deps): bump the go_modules group across 1 directory with 2 updates
Bump the go-dependencies group across 1 directory with 29 updates
radius-project/radius #10281
build(deps): bump the gomod group with 36 updates
SM-100-Bench/cri-o_cri-o_8968 #20
chore: bump the go-deps group across 1 directory with 27 updates
rudderlabs/rudder-server #6283
Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3 in the gomod group
build(deps): bump the gomod group across 1 directory with 12 updates
saschagrunert/cri-o #898
build(deps): Bump the go group with 2 updates
hibare/ArguSwarm #30
chore(deps): bump the go group with 3 updates
hibare/DomainHQ #142
chore(deps): bump the go_modules group across 1 directory with 5 updates
chore(deps): bump the go_modules group across 3 directories with 6 updates
chore: bump the go-deps group across 1 directory with 26 updates
rudderlabs/rudder-server #6281
chore(deps): bump the all group across 1 directory with 23 updates
chore(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
openmeterio/openmeter #3283
Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
glesys/external-dns-glesys #27
Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
shogo82148/docker-lambda-init #29
build(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
k8sdeploy/subscription-service #120
build(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
todo-lists-app/todo-service #121
build(deps): bump the gomod group across 1 directory with 11 updates
saschagrunert/cri-o #897
Bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.3
build(deps): bump the gomod group across 1 directory with 18 updates
saschagrunert/cri-o #896
chore(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
zitadel/oidc #790
chore(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
himura467/slack-review-request-bot #62
chore(deps): update dependency: bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
Bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.3
anyproto/anytype-heart #2664
build(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
0xERR0R/blocky #1848
Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
cxjava/clash-ui #16
Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
chore(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
orange-cloudavenue/cloudavenue-sdk-go-v2 #77
chore(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
build(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.3
darkliquid/twoo #62
build(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
elastic/fleet-server #5360
Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
storvik/goshrt #76
Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
wavesplatform/gowaves #1811
Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3 in the all group
build(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
todo-lists-app/api #117
chore(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.3
eurofurence/reg-payment-service #154
chore: bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
sansneo/au #2
Chore: bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
v2fly/v2ray-core #3488
chore(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
chore(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.3
eurofurence/reg-mail-service #138
chore(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.3
eurofurence/reg-room-service #114
build(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
connect-sdk/reflection-api #38
Package Details
| Name: | github.com/go-chi/chi/v5 |
| Ecosystem: | go |
| PURL Type: | golang |
| Package URL: | pkg:golang/github.com/go-chi/chi/v5 |
| JSON API: | View JSON |
Security Advisories
Package Information
Package chi is a small, idiomatic and composable router for building HTTP services. chi requires Go 1.14 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:
| Repository: | https://github.com/go-chi/chi |
| Homepage: | https://github.com/go-chi/chi |
| Latest Release: |
v5.2.1
10 months ago |
| Dependent Repos: | 8,374 |
| Dependent Packages: | 6,010 |
| Ranking: | Top 0.0855% by dependent repos Top 0.0612% by dependent pkgs |