github.com/go-chi/chi/v5
go
pkg:golang/github.com/go-chi/chi/v5
1,531 Dependabot PRs
18 days ago
1,135 repositories
4 repositories
Recent PRs (filtered by: Patch PRs )
chore(deps): bump the all group across 1 directory with 33 updates
chore: bump the go-deps group across 1 directory with 31 updates
rudderlabs/rudder-server #6319
deps(deps): bump the production-dependencies group across 1 directory with 6 updates
antinvestor/service-authentication #443
upgrade(deps): Bump the go-dependencies group across 1 directory with 3 updates
cccteam/ccc #450
build(deps): bump the go group with 3 updates
hibare/GoGeoIP #144
Bump the minor-and-patch group across 1 directory with 10 updates
stellar/stellar-disbursement-platform-backend #850
build(deps): bump the gomod group with 37 updates
SM-100-Bench/cri-o_cri-o_8968 #22
chore(deps): bump the all group with 21 updates
chore(deps): bump the all group across 1 directory with 33 updates
deps(deps): bump the production-dependencies group across 1 directory with 5 updates
antinvestor/service-authentication #442
chore: bump the go-deps group across 1 directory with 30 updates
rudderlabs/rudder-server #6312
chore: bump the go-deps group with 26 updates
rudderlabs/rudder-server #6308
build(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
opencloud-eu/opencloud #1460
deps(deps): bump the production-dependencies group across 1 directory with 4 updates
antinvestor/service-authentication #440
chore: bump the go-deps group across 1 directory with 29 updates
rudderlabs/rudder-server #6302
chore(deps): bump the golang group across 1 directory with 3 updates
autobrr/qui #146
build(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2
SecurityBrewery/catalyst #1149
build(deps): bump the gomod group with 37 updates
SM-100-Bench/cri-o_cri-o_8968 #21
Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
sky-uk/kfp-operator #860
Bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.3
Jimmy99/gomponents-starter-kit #14
build(deps): bump the go group with 9 updates
pomerium/cli #554
Bump the go group across 3 directories with 16 updates
curioswitch/cookchat #148
Bump the backend group across 1 directory with 14 updates
PhoenixRedflash/hub #465
chore(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
flant/addon-operator #660
Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
build(deps): bump the all-updates group with 17 updates
caddyserver/caddy #7236
Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
pedro-mealha/nba-stats-api #61
build(deps): bump the go group with 11 updates
pomerium/datasource #414
chore(deps): bump the minor-and-patch group across 1 directory with 4 updates
ebarped/sego #18
Bump the adapter group with 2 updates
systemli/userli-webhook-listener #17
build(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.3
[Build-deps]: Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
labkode/reva #485
Bump the non_major group across 1 directory with 2 updates
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
icco/hello #21
chore(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
chmouel/gosmee #221
Bump the minor group across 1 directory with 16 updates
chore(deps): bump the all group across 1 directory with 32 updates
Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
absmach/certs #149
chore(deps): bump the golang group with 4 updates
autobrr/qui #130
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.2 to 5.2.3
zerok/webmentiond #191
Bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
RedHatInsights/platform-go-middlewares #124
build(deps): bump the golang group with 9 updates
autobrr/autobrr #2168
Bump the backend group across 1 directory with 14 updates
fr34k8/hub #361
build(deps): bump github.com/go-chi/chi/v5 from 5.2.2 to 5.2.3
nais/authproxy #195
Bump the stable-updates group across 1 directory with 16 updates
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 |