Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatsvpr committed Jan 25, 2024
1 parent c537919 commit afffc1d
Showing 1 changed file with 2 additions and 8 deletions.
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

0 comments on commit afffc1d

Please sign in to comment.