We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c537919 commit afffc1dCopy full SHA for afffc1d
go.mod
@@ -1,9 +1,3 @@
1
-module github.com/venkatsvpr/golang-lru/v2
+module github.com/hashicorp/golang-lru/v2
2
3
-go 1.18
4
-
5
-replace github.com/hashicorp/golang-lru/v2 => ./
6
7
-replace github.com/hashicorp/golang-lru/v2/internal => ./internal
8
9
-require github.com/hashicorp/golang-lru/v2 v2.0.0-00010101000000-000000000000
+go 1.18
0 commit comments