An open index of dependabot pull requests across open source projects.

github.com/golang/groupcache

Ecosystem:
go
Package URL:
pkg:golang/github.com/golang/groupcache
Total PRs:
3 Dependabot PRs
Latest PR:
10 months ago
Unique Repositories:
2 repositories
Unique Repos (30 days):
1 repository
Recent PRs
Bump the go-modules group with 70 updates

paketo-buildpacks/mri #985

0.0.0-20210331224755-41bb18bfe9da → 0.0.0-20241129210726-2c02b8208cf8
Open 10 months ago 1 comment
paketo-buildpacks
chore(deps): bump the go-modules group with 69 updates

idiap/python-packagers #1

0.0.0-20210331224755-41bb18bfe9da → 0.0.0-20241129210726-2c02b8208cf8
Closed about 1 year ago 1 comment
idiap
Package Details
Name: github.com/golang/groupcache
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/golang/groupcache
JSON API: View JSON
Package Information
Description:

Package groupcache provides a data loading mechanism with caching and de-duplication that works across a set of peer processes. Each data Get first consults its local cache, otherwise delegates to the requested key's canonical owner, which then checks its cache or finally gets the data. In the common case, many concurrent cache misses across a set of peers for the same key result in just one cache fill.

Repository: https://github.com/golang/groupcache
Homepage: https://github.com/golang/groupcache
Latest Release: v0.0.0-20210331224755-41bb18bfe9da
about 5 years ago
Dependent Repos: 125,744
Dependent Packages: 41,252
Ranking: Top 0.0057% by dependent repos Top 0.0049% by dependent pkgs
PR Status
Open 1 (33.3%)
Merged 0 (0.0%)
Closed 1 (33.3%)
PR Types