Skip to content

Commit 459feba

Browse files
authored
Merge pull request #10 from SenseUnit/fork_cache
Fork cache
2 parents a06b30b + 4c2ad5f commit 459feba

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21.4
44

55
require (
66
github.com/hashicorp/go-multierror v1.1.1
7-
github.com/jellydator/ttlcache/v3 v3.1.1
7+
github.com/jellydator/ttlcache/v3 v3.2.0
88
github.com/miekg/dns v1.1.58
99
github.com/natefinch/atomic v1.0.1
1010
github.com/spf13/cobra v1.8.0
@@ -23,3 +23,5 @@ require (
2323
golang.org/x/sys v0.16.0 // indirect
2424
golang.org/x/tools v0.17.0 // indirect
2525
)
26+
27+
replace github.com/jellydator/ttlcache/v3 v3.2.0 => github.com/Snawoot/ttlcache/v3 v3.2.1-0.20240223174110-2ffa4e831bea

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
github.com/Snawoot/ttlcache/v3 v3.2.1-0.20240223174110-2ffa4e831bea h1:oEF6g+CR+5wmDnbShJ27Yo0nBTHaGBaOZKJlqZ38Sr0=
2+
github.com/Snawoot/ttlcache/v3 v3.2.1-0.20240223174110-2ffa4e831bea/go.mod h1:hi7MGFdMAwZna5n2tuvh63DvFLzVKySzCVW6+0gA2n4=
13
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
24
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
35
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -7,8 +9,6 @@ github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+l
79
github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
810
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
911
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
10-
github.com/jellydator/ttlcache/v3 v3.1.1 h1:RCgYJqo3jgvhl+fEWvjNW8thxGWsgxi+TPhRir1Y9y8=
11-
github.com/jellydator/ttlcache/v3 v3.1.1/go.mod h1:hi7MGFdMAwZna5n2tuvh63DvFLzVKySzCVW6+0gA2n4=
1212
github.com/miekg/dns v1.1.58 h1:ca2Hdkz+cDg/7eNF6V56jjzuZ4aCAE+DbVkILdQWG/4=
1313
github.com/miekg/dns v1.1.58/go.mod h1:Ypv+3b/KadlvW9vJfXOTf300O4UqaHFzFCuHz+rPkBY=
1414
github.com/natefinch/atomic v1.0.1 h1:ZPYKxkqQOx3KZ+RsbnP/YsgvxWQPGxjC0oBt2AhwV0A=

0 commit comments

Comments
 (0)