You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/hashicorp/golang-lru
Wim d16645c952
Update mattermost library (#2152)
* Update mattermost library

* Fix linting
4 months ago
..
simplelru Update dependencies (#1951) 2 years ago
v2 Update dependencies and build to go1.22 (#2113) 4 months ago
.gitignore Use mod vendor for vendored directory (backwards compatible) 6 years ago
.golangci.yml Update dependencies (#1951) 2 years ago
2q.go Update dependencies (#1951) 2 years ago
LICENSE Update dependencies (#1951) 2 years ago
README.md Update mattermost library (#2152) 4 months ago
arc.go Update dependencies (#1951) 2 years ago
doc.go Update direct dependencies where possible 6 years ago
lru.go Update dependencies (#1951) 2 years ago
testing.go Update dependencies (#1951) 2 years ago

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.