Skip to content

Commit

Permalink
go.mod: set module to /v3 path
Browse files Browse the repository at this point in the history
  • Loading branch information
jahnestacado committed Jun 18, 2024
1 parent c2192c4 commit e46d686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"time"

"github.com/jahnestacado/tlru"
"github.com/jahnestacado/tlru/v3"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/jahnestacado/tlru
module github.com/jahnestacado/tlru/v3

go 1.18

Expand Down

0 comments on commit e46d686

Please sign in to comment.