Skip to content

Commit

Permalink
v3 paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Kroon committed Dec 18, 2021
1 parent a9b7f82 commit 1a7d162
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bench/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"
"time"

ttlcache "github.com/ReneKroon/ttlcache/v2"
ttlcache "github.com/ReneKroon/ttlcache/v3"
)

func BenchmarkCacheSetWithoutTTL(b *testing.B) {
Expand Down
2 changes: 1 addition & 1 deletion cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"fmt"
"sync"

. "github.com/ReneKroon/ttlcache/v2"
. "github.com/ReneKroon/ttlcache/v3"
"github.com/stretchr/testify/assert"
)

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/ReneKroon/ttlcache/v2
module github.com/ReneKroon/ttlcache/v3

go 1.18

Expand Down

0 comments on commit 1a7d162

Please sign in to comment.