Skip to content

Commit 1a7d162

Browse files
author
Rene Kroon
committed
v3 paths
1 parent a9b7f82 commit 1a7d162

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bench/bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"testing"
66
"time"
77

8-
ttlcache "github.com/ReneKroon/ttlcache/v2"
8+
ttlcache "github.com/ReneKroon/ttlcache/v3"
99
)
1010

1111
func BenchmarkCacheSetWithoutTTL(b *testing.B) {

cache_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"fmt"
1313
"sync"
1414

15-
. "github.com/ReneKroon/ttlcache/v2"
15+
. "github.com/ReneKroon/ttlcache/v3"
1616
"github.com/stretchr/testify/assert"
1717
)
1818

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/ReneKroon/ttlcache/v2
1+
module github.com/ReneKroon/ttlcache/v3
22

33
go 1.18
44

0 commit comments

Comments
 (0)