Skip to content

Commit

Permalink
fix(memcache): Update module path in go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer committed Jun 16, 2024
1 parent 40c8f8f commit 246c6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memcache/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/bartventer/gocache/memecache
module github.com/bartventer/gocache/memcache

go 1.22.4

Expand Down Expand Up @@ -72,5 +72,5 @@ require (
)

retract (
v1.0.0 // Published accidentally.
[v1.0.0, v1.5.0] // Incorrect module path
)

0 comments on commit 246c6c9

Please sign in to comment.