https://github.com/hashicorp/golang-lru
Score: 37.1930731034505
Last synced: about 17 hours ago
JSON representation
Repository metadata:
Golang LRU cache
- Host: GitHub
- URL: https://github.com/hashicorp/golang-lru
- Owner: hashicorp
- License: mpl-2.0
- Created: 2014-08-06T22:14:53.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2026-07-15T10:56:20.000Z (7 days ago)
- Last Synced: 2026-07-18T09:05:49.213Z (4 days ago)
- Language: Go
- Size: 155 KB
- Stars: 5,103
- Watchers: 311
- Forks: 539
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Owner metadata:
- Name: HashiCorp
- Login: hashicorp
- Email: hello@hashicorp.com
- Kind: organization
- Description: Consistent workflows to provision, secure, connect, and run any infrastructure for any application.
- Website: https://hashicorp.com
- Location: San Francisco, CA
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/761456?v=4
- Repositories: 920
- Last Synced at: 2025-07-01T06:04:51.252Z
- Profile URL: https://github.com/hashicorp
GitHub Events
Total
- Create event: 14
- Delete event: 8
- Fork event: 32
- Issue comment event: 41
- Issues event: 7
- Member event: 3
- Pull request event: 28
- Pull request review comment event: 7
- Pull request review event: 17
- Push event: 15
- Watch event: 514
- Total: 686
Last Year
- Create event: 10
- Delete event: 7
- Fork event: 6
- Issue comment event: 5
- Issues event: 3
- Pull request event: 15
- Pull request review comment event: 3
- Pull request review event: 7
- Push event: 4
- Watch event: 142
- Total: 202
Committers metadata
Last synced: 3 days ago
Total Commits: 136
Total Committers: 54
Avg Commits per committer: 2.519
Development Distribution Score (DDS): 0.816
Commits in past year: 14
Committers in past year: 7
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.571
| Name | Commits | |
|---|---|---|
| Armon Dadgar | a****r@g****m | 25 |
| Jeff Mitchell | j****l@g****m | 10 |
| Dmitry Verkhoturov | p****7@g****m | 9 |
| Michael Gaffney | m****e@g****c | 8 |
| dependabot[bot] | 4****] | 7 |
| KaushikiAnand | k****d@h****m | 6 |
| Mark Reid | m****d@m****m | 6 |
| hashicorp-copywrite[bot] | 1****] | 4 |
| Marek Dolgos | m****k@l****o | 3 |
| Michael Schurter | m****r@h****m | 3 |
| Ritik Rajdev | 5****v | 3 |
| creatorHead | a****d@h****m | 2 |
| Yigong Liu | 7****r | 2 |
| Shawn Smith | s****h@g****m | 2 |
| Sasha Melentyev | s****a@m****o | 2 |
| Nick Galbreath | n****g@c****m | 2 |
| Mitchell Hashimoto | m****o@g****m | 2 |
| Michael Muré | m****e@c****t | 2 |
| Joe Sylve | j****e@b****m | 2 |
| Daniel Kumor | d****l@d****m | 2 |
| closs | c****s@s****m | 1 |
| Alexander Gugel | a****l@g****m | 1 |
| Alexey Ivanov | S****z@G****m | 1 |
| Almenon | a****4@g****m | 1 |
| Bo Lopker | l****k@g****m | 1 |
| DCjanus | D****s@d****m | 1 |
| Denis | d****1@y****u | 1 |
| zhuliquan | z****e@f****m | 1 |
| yuokada | c****t@g****m | 1 |
| veloting | v****g@1****m | 1 |
| and 24 more... | ||
Issue and Pull Request metadata
Last synced: 5 days ago
Total issues: 71
Total pull requests: 124
Average time to close issues: 10 months
Average time to close pull requests: 6 months
Total issue authors: 69
Total pull request authors: 73
Average comments per issue: 2.2
Average comments per pull request: 2.4
Merged pull request: 50
Bot issues: 0
Bot pull requests: 11
Past year issues: 3
Past year pull requests: 11
Past year average time to close issues: 11 months
Past year average time to close pull requests: 26 days
Past year issue authors: 3
Past year pull request authors: 9
Past year average comments per issue: 0.67
Past year average comments per pull request: 0.73
Past year merged pull request: 6
Past year bot issues: 0
Past year bot pull requests: 5
Top Issue Authors
- pkieltyka (2)
- shellohunter (2)
- sarahethompson (1)
- olebedev (1)
- yazhuo (1)
- abdullahkmunawar (1)
- SuperSandro2000 (1)
- immortal-boy (1)
- karanjmu92 (1)
- rtksrubie (1)
- laotoutou (1)
- ktanqwerty (1)
- viralmutant (1)
- xuetusc (1)
- cep21 (1)
Top Pull Request Authors
- paskal (7)
- yigongliu-concur (5)
- venkatsvpr (5)
- AllenWrong (4)
- laotoutou (4)
- ritikrajdev (4)
- dependabot[bot] (4)
- hashicorp-copywrite[bot] (4)
- KaushikiAnand (3)
- rfyiamcool (3)
- mgaffney (3)
- ashukur (2)
- zhuliquan (2)
- yuva29 (2)
- dongnguyenvt (2)
Top Issue Labels
Top Pull Request Labels
- github_actions (4)
- automated (4)
- dependencies (4)
- legal (4)
- internal-approval (2)
- SEC-090 (1)
- hacktoberfest-accepted (1)
- SEC-090/Pinning/Trusted (1)
Package metadata
- Total packages: 34
- Total downloads: unknown
- Total docker downloads: 51,025,315,166
- Total dependent packages: 27,119 (may contain duplicates)
- Total dependent repositories: 130,811 (may contain duplicates)
- Total versions: 145
proxy.golang.org: github.com/hashicorp/golang-lru
Package lru provides three different LRU caches of varying sophistication.
- Homepage: https://github.com/hashicorp/golang-lru
- Documentation: https://pkg.go.dev/github.com/hashicorp/golang-lru#section-documentation
- Licenses: MPL-2.0
- Latest release: v1.0.2 (published almost 3 years ago)
- Last Synced: 2026-07-18T12:01:03.145Z (4 days ago)
- Versions: 9
- Dependent Packages: 25,900
- Dependent Repositories: 128,405
- Docker Downloads: 40,774,618,288
-
Rankings:
- Dependent repos count: 0.005%
- Dependent packages count: 0.007%
- Docker downloads count: 0.008%
- Average: 0.509%
- Stargazers count: 1.146%
- Forks count: 1.38%
proxy.golang.org: github.com/hashicorp/golang-lru/v2
Package lru provides three different LRU caches of varying sophistication.
- Homepage: https://github.com/hashicorp/golang-lru
- Documentation: https://pkg.go.dev/github.com/hashicorp/golang-lru/v2#section-documentation
- Licenses: MPL-2.0
- Latest release: v2.0.7 (published almost 3 years ago)
- Last Synced: 2026-07-18T05:01:07.112Z (4 days ago)
- Versions: 8
- Dependent Packages: 1,219
- Dependent Repositories: 2,405
- Docker Downloads: 8,622,914,446
-
Rankings:
- Docker downloads count: 0.046%
- Dependent repos count: 0.167%
- Dependent packages count: 0.234%
- Average: 0.587%
- Stargazers count: 1.125%
- Forks count: 1.36%
proxy.golang.org: github.com/hashicorp/golang-lru/v2/internal
- Homepage: https://github.com/hashicorp/golang-lru
- Documentation: https://pkg.go.dev/github.com/hashicorp/golang-lru/v2/internal#section-documentation
- Licenses: MPL-2.0
- Latest release: v2.0.7 (published 2 months ago)
- Last Synced: 2026-07-13T13:06:13.188Z (9 days ago)
- Versions: 3
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 1.073%
- Forks count: 1.359%
- Average: 3.058%
- Dependent packages count: 4.741%
- Dependent repos count: 5.06%
proxy.golang.org: github.com/hashicorp/golang-lru/v2/simplelru
Package simplelru provides simple LRU implementation based on build-in container/list.
- Homepage: https://github.com/hashicorp/golang-lru
- Documentation: https://pkg.go.dev/github.com/hashicorp/golang-lru/v2/simplelru#section-documentation
- Licenses: MPL-2.0
- Latest release: v2.0.7 (published 2 months ago)
- Last Synced: 2026-07-13T13:06:12.830Z (9 days ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 1.073%
- Forks count: 1.359%
- Average: 3.058%
- Dependent packages count: 4.741%
- Dependent repos count: 5.06%
proxy.golang.org: github.com/HashiCorp/golang-lru
- Homepage:
- Documentation: https://pkg.go.dev/github.com/HashiCorp/golang-lru#section-documentation
- Licenses: mpl-2.0
- Latest release: v1.0.2 (published almost 3 years ago)
- Last Synced: 2026-07-15T14:21:49.479Z (7 days ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 1.156%
- Forks count: 1.44%
- Average: 3.305%
- Dependent packages count: 5.14%
- Dependent repos count: 5.485%
proxy.golang.org: github.com/hashicorp/golang-lru/arc/v2
- Homepage: https://github.com/hashicorp/golang-lru
- Documentation: https://pkg.go.dev/github.com/hashicorp/golang-lru/arc/v2#section-documentation
- Licenses: MPL-2.0
- Latest release: v2.0.7 (published almost 3 years ago)
- Last Synced: 2026-07-15T14:22:57.681Z (7 days ago)
- Versions: 5
- Dependent Packages: 0
- Dependent Repositories: 1
- Docker Downloads: 1,627,782,432
-
Rankings:
- Stargazers count: 1.105%
- Forks count: 1.329%
- Average: 3.92%
- Dependent repos count: 4.794%
- Dependent packages count: 8.453%
proxy.golang.org: github.com/hashICorp/golang-LRU
- Homepage:
- Documentation: https://pkg.go.dev/github.com/hashICorp/golang-LRU#section-documentation
- Licenses:
- Latest release: v1.0.2 (published almost 3 years ago)
- Last Synced: 2026-07-17T15:30:44.000Z (5 days ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 4.616%
- Average: 4.772%
- Dependent repos count: 4.927%
proxy.golang.org: github.com/hashICorp/golang-LRU/v2
- Homepage:
- Documentation: https://pkg.go.dev/github.com/hashICorp/golang-LRU/v2#section-documentation
- Licenses:
- Latest release: v2.0.7 (published almost 3 years ago)
- Last Synced: 2026-07-15T14:28:45.004Z (7 days ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 4.616%
- Average: 4.772%
- Dependent repos count: 4.927%
proxy.golang.org: github.com/Hashicorp/Golang-lru
- Homepage:
- Documentation: https://pkg.go.dev/github.com/Hashicorp/Golang-lru#section-documentation
- Licenses:
- Latest release: v1.0.2 (published almost 3 years ago)
- Last Synced: 2026-07-17T15:30:41.437Z (5 days ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 4.619%
- Average: 4.774%
- Dependent repos count: 4.93%
proxy.golang.org: github.com/hashicorp/golang-lRU
- Homepage:
- Documentation: https://pkg.go.dev/github.com/hashicorp/golang-lRU#section-documentation
- Licenses:
- Latest release: v1.0.2 (published almost 3 years ago)
- Last Synced: 2026-07-17T15:30:42.427Z (5 days ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 4.625%
- Average: 4.78%
- Dependent repos count: 4.935%
proxy.golang.org: github.com/hashicorp/golang-lRU/v2
- Homepage:
- Documentation: https://pkg.go.dev/github.com/hashicorp/golang-lRU/v2#section-documentation
- Licenses:
- Latest release: v2.0.7 (published almost 3 years ago)
- Last Synced: 2026-07-15T14:28:42.392Z (7 days ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 4.625%
- Average: 4.78%
- Dependent repos count: 4.935%
proxy.golang.org: github.com/hashicorp/golang-lru/simplelru
Package simplelru provides simple LRU implementation based on build-in container/list.
- Homepage: https://github.com/hashicorp/golang-lru
- Documentation: https://pkg.go.dev/github.com/hashicorp/golang-lru/simplelru#section-documentation
- Licenses: MPL-2.0
- Latest release: v1.0.2 (published 2 months ago)
- Last Synced: 2026-07-17T15:30:39.942Z (5 days ago)
- Versions: 7
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 4.748%
- Average: 4.908%
- Dependent repos count: 5.067%
proxy.golang.org: github.com/HashiCorp/golang-lru/v2
- Homepage:
- Documentation: https://pkg.go.dev/github.com/HashiCorp/golang-lru/v2#section-documentation
- Licenses:
- Latest release: v2.0.7 (published almost 3 years ago)
- Last Synced: 2026-07-13T13:06:15.948Z (9 days ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 4.836%
- Average: 4.998%
- Dependent repos count: 5.161%
proxy.golang.org: github.com/Hashicorp/golang-lru/v2
- Homepage:
- Documentation: https://pkg.go.dev/github.com/Hashicorp/golang-lru/v2#section-documentation
- Licenses:
- Latest release: v2.0.7 (published almost 3 years ago)
- Last Synced: 2026-07-15T14:29:06.336Z (7 days ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 4.916%
- Average: 5.081%
- Dependent repos count: 5.246%
proxy.golang.org: github.com/hashicorp/golang-lrU
- Homepage:
- Documentation: https://pkg.go.dev/github.com/hashicorp/golang-lrU#section-documentation
- Licenses:
- Latest release: v1.0.2 (published almost 3 years ago)
- Last Synced: 2026-07-17T15:30:44.323Z (5 days ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.103%
- Average: 5.274%
- Dependent repos count: 5.445%
proxy.golang.org: github.com/hashicorp/Golang-lru
- Homepage:
- Documentation: https://pkg.go.dev/github.com/hashicorp/Golang-lru#section-documentation
- Licenses: mpl-2.0
- Latest release: v1.0.2 (published almost 3 years ago)
- Last Synced: 2026-07-17T15:30:41.413Z (5 days ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.363%
- Average: 5.543%
- Dependent repos count: 5.723%
proxy.golang.org: github.com/Hashicorp/golang-lru
- Homepage:
- Documentation: https://pkg.go.dev/github.com/Hashicorp/golang-lru#section-documentation
- Licenses: mpl-2.0
- Latest release: v1.0.2 (published almost 3 years ago)
- Last Synced: 2026-07-17T15:30:41.476Z (5 days ago)
- Versions: 8
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.173%
- Dependent repos count: 9.346%
debian-10: golang-github-hashicorp-golang-lru
- Homepage: https://github.com/hashicorp/golang-lru
- Documentation: https://packages.debian.org/buster/golang-github-hashicorp-golang-lru
- Licenses:
- Latest release: 0.5.0-1 (published 5 months ago)
- Last Synced: 2026-03-13T07:05:45.608Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-24.04: golang-github-hashicorp-golang-lru-v2
- Homepage: https://github.com/hashicorp/golang-lru
- Licenses:
- Latest release: 2.0.7-2 (published 5 months ago)
- Last Synced: 2026-03-13T07:20:44.268Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-24.04: golang-github-hashicorp-golang-lru
- Homepage: https://github.com/hashicorp/golang-lru
- Licenses:
- Latest release: 0.5.4-2 (published 5 months ago)
- Last Synced: 2026-03-13T01:08:19.396Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-12: golang-github-hashicorp-golang-lru
- Homepage: https://github.com/hashicorp/golang-lru
- Documentation: https://packages.debian.org/bookworm/golang-github-hashicorp-golang-lru
- Licenses:
- Latest release: 0.5.4-2 (published 5 months ago)
- Last Synced: 2026-03-13T00:10:32.941Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
guix: go-github-com-hashicorp-golang-lru-v2
Golang LRU cache
- Homepage: https://github.com/hashicorp/golang-lru
- Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/golang-xyz.scm#n12968
- Licenses:
- Latest release: 2.0.7 (published 5 months ago)
- Last Synced: 2026-04-27T18:15:12.087Z (3 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
guix: go-github-com-hashicorp-golang-lru-arc-v2
Adaptive Replacement Cache
- Homepage: https://github.com/hashicorp/golang-lru
- Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/golang-xyz.scm#n12928
- Licenses: mpl2.0
- Latest release: 2.0.7 (published 5 months ago)
- Last Synced: 2026-04-27T18:14:30.029Z (3 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-22.04: golang-github-hashicorp-golang-lru
- Homepage: https://github.com/hashicorp/golang-lru
- Licenses:
- Latest release: 0.5.4-2 (published 6 months ago)
- Last Synced: 2026-03-07T03:36:51.673Z (5 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-11: golang-github-hashicorp-golang-lru
- Homepage: https://github.com/hashicorp/golang-lru
- Documentation: https://packages.debian.org/bullseye/golang-github-hashicorp-golang-lru
- Licenses:
- Latest release: 0.5.4-2 (published 5 months ago)
- Last Synced: 2026-03-13T14:33:40.094Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-23.10: golang-github-hashicorp-golang-lru
- Homepage: https://github.com/hashicorp/golang-lru
- Licenses:
- Latest release: 0.5.4-2 (published 5 months ago)
- Last Synced: 2026-03-10T04:11:21.504Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-20.04: golang-github-hashicorp-golang-lru
- Homepage: https://github.com/hashicorp/golang-lru
- Licenses:
- Latest release: 0.5.4-1 (published 5 months ago)
- Last Synced: 2026-03-08T02:57:54.938Z (5 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
guix: go-github-com-hashicorp-golang-lru
Golang LRU cache
- Homepage: https://github.com/hashicorp/golang-lru
- Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/golang-xyz.scm#n12903
- Licenses: mpl2.0
- Latest release: 1.0.2 (published 5 months ago)
- Last Synced: 2026-04-27T18:15:43.588Z (3 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-24.10: golang-github-hashicorp-golang-lru-v2
- Homepage: https://github.com/hashicorp/golang-lru
- Licenses:
- Latest release: 2.0.7-2 (published 5 months ago)
- Last Synced: 2026-03-08T15:44:30.410Z (5 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-24.10: golang-github-hashicorp-golang-lru
- Homepage: https://github.com/hashicorp/golang-lru
- Licenses:
- Latest release: 0.5.4-2 (published 5 months ago)
- Last Synced: 2026-03-08T15:44:40.250Z (5 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-23.10: golang-github-hashicorp-golang-lru-v2
- Homepage: https://github.com/hashicorp/golang-lru
- Licenses:
- Latest release: 2.0.1-2 (published 5 months ago)
- Last Synced: 2026-03-10T04:12:13.927Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-13: golang-github-hashicorp-golang-lru-v2
- Homepage: https://github.com/hashicorp/golang-lru
- Documentation: https://packages.debian.org/trixie/golang-github-hashicorp-golang-lru-v2
- Licenses:
- Latest release: 2.0.7-2 (published 5 months ago)
- Last Synced: 2026-03-13T19:14:17.118Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-13: golang-github-hashicorp-golang-lru
- Homepage: https://github.com/hashicorp/golang-lru
- Documentation: https://packages.debian.org/trixie/golang-github-hashicorp-golang-lru
- Licenses:
- Latest release: 0.5.4-2 (published 5 months ago)
- Last Synced: 2026-03-13T19:14:16.815Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-23.04: golang-github-hashicorp-golang-lru
- Homepage: https://github.com/hashicorp/golang-lru
- Licenses:
- Latest release: 0.5.4-2 (published 5 months ago)
- Last Synced: 2026-03-11T21:31:48.478Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
Dependencies
- actions/checkout v2 composite
- actions/setup-go v1 composite