From 546f3e3bf8cbccba380ea74d69e6b62d2a3087ad Mon Sep 17 00:00:00 2001 From: venkata krishnan Date: Sun, 21 Jan 2024 09:12:11 -0800 Subject: [PATCH] update go mod --- go.mod | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index f09ae2b..3605003 100644 --- a/go.mod +++ b/go.mod @@ -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 \ No newline at end of file