File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/TheBigRoomXXL/httpcache/diskv
33go 1.24.9
44
55require (
6- github.com/peterbourgon/diskv/v3 v3.0.1
76 github.com/TheBigRoomXXL/httpcache/core v0.1.0-beta-6
7+ github.com/peterbourgon/diskv/v3 v3.0.1
88)
99
1010require github.com/google/btree v1.0.0 // indirect
Original file line number Diff line number Diff line change 1+ github.com/TheBigRoomXXL/httpcache/core v0.1.0-beta-6 h1:3NXUQ2Fp6VidgUxD8GkudQ/ufFVZQfkVWx5xQezB18Y =
2+ github.com/TheBigRoomXXL/httpcache/core v0.1.0-beta-6 /go.mod h1:kPONQoLOWRDVpGyUvIDnVMZkQP8ECDf0qyDsS3VQs8g =
13github.com/google/btree v1.0.0 h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo =
24github.com/google/btree v1.0.0 /go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ =
35github.com/peterbourgon/diskv/v3 v3.0.1 h1:x06SQA46+PKIUftmEujdwSEpIx8kR+M9eLYsUxeYveU =
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/TheBigRoomXXL/httpcache/memcache
33go 1.24.9
44
55require (
6- github.com/bradfitz/gomemcache v0.0.0-20250403215159-8d39553ac7cf
76 github.com/TheBigRoomXXL/httpcache/core v0.1.0-beta-6
7+ github.com/bradfitz/gomemcache v0.0.0-20250403215159-8d39553ac7cf
88)
Original file line number Diff line number Diff line change 1+ github.com/TheBigRoomXXL/httpcache/core v0.1.0-beta-6 h1:3NXUQ2Fp6VidgUxD8GkudQ/ufFVZQfkVWx5xQezB18Y =
2+ github.com/TheBigRoomXXL/httpcache/core v0.1.0-beta-6 /go.mod h1:kPONQoLOWRDVpGyUvIDnVMZkQP8ECDf0qyDsS3VQs8g =
13github.com/bradfitz/gomemcache v0.0.0-20250403215159-8d39553ac7cf h1:TqhNAT4zKbTdLa62d2HDBFdvgSbIGB3eJE8HqhgiL9I =
24github.com/bradfitz/gomemcache v0.0.0-20250403215159-8d39553ac7cf /go.mod h1:r5xuitiExdLAJ09PR7vBVENGvp4ZuTBeWTGtxuX3K+c =
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ module github.com/TheBigRoomXXL/httpcache/otter
22
33go 1.24.9
44
5- require github.com/maypok86/otter/v2 v2.2.1
5+ require (
6+ github.com/TheBigRoomXXL/httpcache/core v0.1.0-beta-6
7+ github.com/maypok86/otter/v2 v2.2.1
8+ )
69
710require golang.org/x/sys v0.34.0 // indirect
Original file line number Diff line number Diff line change 1+ github.com/TheBigRoomXXL/httpcache/core v0.1.0-beta-6 h1:3NXUQ2Fp6VidgUxD8GkudQ/ufFVZQfkVWx5xQezB18Y =
2+ github.com/TheBigRoomXXL/httpcache/core v0.1.0-beta-6 /go.mod h1:kPONQoLOWRDVpGyUvIDnVMZkQP8ECDf0qyDsS3VQs8g =
13github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
24github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
35github.com/maypok86/otter/v2 v2.2.1 h1:hnGssisMFkdisYcvQ8L019zpYQcdtPse+g0ps2i7cfI =
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ module github.com/TheBigRoomXXL/httpcache/redis
22
33go 1.24.9
44
5- require github.com/gomodule/redigo v1.9.3
5+ require (
6+ github.com/TheBigRoomXXL/httpcache/core v0.1.0-beta-6
7+ github.com/gomodule/redigo v1.9.3
8+ )
69
710require github.com/stretchr/testify v1.10.0 // indirect
Original file line number Diff line number Diff line change 1+ github.com/TheBigRoomXXL/httpcache/core v0.1.0-beta-6 h1:3NXUQ2Fp6VidgUxD8GkudQ/ufFVZQfkVWx5xQezB18Y =
2+ github.com/TheBigRoomXXL/httpcache/core v0.1.0-beta-6 /go.mod h1:kPONQoLOWRDVpGyUvIDnVMZkQP8ECDf0qyDsS3VQs8g =
13github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
24github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
35github.com/gomodule/redigo v1.9.3 h1:dNPSXeXv6HCq2jdyWfjgmhBdqnR6PRO3m/G05nvpPC8 =
46github.com/gomodule/redigo v1.9.3 /go.mod h1:KsU3hiK/Ay8U42qpaJk+kuNa3C+spxapWpM+ywhcgtw =
57github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
68github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
79github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
10+ github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
811gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
912gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments