diff --git a/examples/examples_test.go b/examples/examples_test.go index c4c50c6..c0b59dd 100644 --- a/examples/examples_test.go +++ b/examples/examples_test.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - "github.com/jahnestacado/tlru" + "github.com/jahnestacado/tlru/v3" ) var ( diff --git a/go.mod b/go.mod index 1c10509..97b191f 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/jahnestacado/tlru +module github.com/jahnestacado/tlru/v3 go 1.18