Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support optional SIEVE eviction #169

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Prev Previous commit
update go mod
  • Loading branch information
venkatsvpr committed Jan 25, 2024
commit 546f3e3bf8cbccba380ea74d69e6b62d2a3087ad
10 changes: 2 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
module github.com/venkatsvpr/golang-lru/v2
module github.com/hashicorp/golang-lru/v2

go 1.18

replace github.com/hashicorp/golang-lru/v2 => ./

replace github.com/hashicorp/golang-lru/v2/internal => ./internal

require github.com/hashicorp/golang-lru/v2 v2.0.0-00010101000000-000000000000
go 1.18