matterbridge/vendor/github.com/hashicorp/golang-lru
Wim d16645c952
Update mattermost library (#2152)
* Update mattermost library

* Fix linting
2024-05-24 23:08:09 +02:00
..
simplelru Update dependencies (#1951) 2023-01-28 22:57:53 +01:00
v2 Update dependencies and build to go1.22 (#2113) 2024-05-23 23:44:31 +02:00
.gitignore Use mod vendor for vendored directory (backwards compatible) 2018-08-06 21:47:05 +02:00
.golangci.yml Update dependencies (#1951) 2023-01-28 22:57:53 +01:00
2q.go Update dependencies (#1951) 2023-01-28 22:57:53 +01:00
arc.go Update dependencies (#1951) 2023-01-28 22:57:53 +01:00
doc.go Update direct dependencies where possible 2018-11-25 21:21:04 +01:00
LICENSE Update dependencies (#1951) 2023-01-28 22:57:53 +01:00
lru.go Update dependencies (#1951) 2023-01-28 22:57:53 +01:00
README.md Update mattermost library (#2152) 2024-05-24 23:08:09 +02:00
testing.go Update dependencies (#1951) 2023-01-28 22:57:53 +01:00

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.