pkg/vendor/github.com/hashicorp/golang-lru
dependabot[bot] 2ad39e9393
Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (#2804)
* Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2

Bumps [github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru) from 0.5.4 to 1.0.2.
- [Release notes](https://github.com/hashicorp/golang-lru/releases)
- [Commits](https://github.com/hashicorp/golang-lru/compare/v0.5.4...v1.0.2)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/golang-lru
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-21 08:46:28 +00:00
..
simplelru Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (#2804) 2023-08-21 08:46:28 +00:00
.gitignore Switch to Go modules (#1179) 2020-04-28 12:43:51 -07:00
.golangci.yml Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (#2804) 2023-08-21 08:46:28 +00:00
2q.go Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (#2804) 2023-08-21 08:46:28 +00:00
LICENSE Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (#2804) 2023-08-21 08:46:28 +00:00
README.md Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (#2804) 2023-08-21 08:46:28 +00:00
arc.go Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (#2804) 2023-08-21 08:46:28 +00:00
doc.go Update opencensus to a newer version (#526) 2019-07-12 16:18:48 -07:00
lru.go Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (#2804) 2023-08-21 08:46:28 +00:00
testing.go Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (#2804) 2023-08-21 08:46:28 +00:00

README.md

golang-lru

Please upgrade to github.com/hashicorp/golang-lru/v2 for all new code as v1 will not be updated anymore. The v2 version supports generics and is faster; old code can specify a specific tag, e.g. github.com/hashicorp/golang-lru/v1.0.2 for backwards compatibility.