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