Commit ee37580
Eric Bower
·
2026-02-17 22:43:23 -0500 EST
parent db24dbf
fix(pgs): downgrade storages to v0.0.16 http cache is being truncated on large files Reference: https://github.com/darkweak/storages/issues/41
M
go.mod
+9,
-9
| ... | ... | @@ -28,7 +28,7 @@ require ( | |
| 28 | 28 | github.com/containerd/console v1.0.5 | |
| 29 | 29 | github.com/darkweak/souin v1.7.8 | |
| 30 | 30 | github.com/darkweak/souin/plugins/souin/storages v1.7.8 | |
| 31 | - | github.com/darkweak/storages/core v0.0.17 | |
| 31 | + | github.com/darkweak/storages/core v0.0.16 | |
| 32 | 32 | github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 | |
| 33 | 33 | github.com/emersion/go-smtp v0.24.0 | |
| 34 | 34 | github.com/gkampitakis/go-snaps v0.5.15 |
| ... | ... | @@ -115,14 +115,14 @@ require ( | |
| 115 | 115 | github.com/cpuguy83/dockercfg v0.3.2 // indirect | |
| 116 | 116 | github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect | |
| 117 | 117 | github.com/darkweak/go-esi v0.0.6 // indirect | |
| 118 | - | github.com/darkweak/storages/badger v0.0.17 // indirect | |
| 119 | - | github.com/darkweak/storages/etcd v0.0.17 // indirect | |
| 120 | - | github.com/darkweak/storages/nats v0.0.17 // indirect | |
| 121 | - | github.com/darkweak/storages/nuts v0.0.17 // indirect | |
| 122 | - | github.com/darkweak/storages/olric v0.0.17 // indirect | |
| 123 | - | github.com/darkweak/storages/otter v0.0.17 // indirect | |
| 124 | - | github.com/darkweak/storages/redis v0.0.17 // indirect | |
| 125 | - | github.com/darkweak/storages/simplefs v0.0.17 // indirect | |
| 118 | + | github.com/darkweak/storages/badger v0.0.16 // indirect | |
| 119 | + | github.com/darkweak/storages/etcd v0.0.16 // indirect | |
| 120 | + | github.com/darkweak/storages/nats v0.0.16 // indirect | |
| 121 | + | github.com/darkweak/storages/nuts v0.0.16 // indirect | |
| 122 | + | github.com/darkweak/storages/olric v0.0.16 // indirect | |
| 123 | + | github.com/darkweak/storages/otter v0.0.16 // indirect | |
| 124 | + | github.com/darkweak/storages/redis v0.0.16 // indirect | |
| 125 | + | github.com/darkweak/storages/simplefs v0.0.16 // indirect | |
| 126 | 126 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | |
| 127 | 127 | github.com/delthas/go-libnp v0.2.0 // indirect | |
| 128 | 128 | github.com/delthas/go-localeinfo v0.2.0 // indirect |
M
go.sum
+18,
-18
| ... | ... | @@ -212,24 +212,24 @@ github.com/darkweak/souin v1.7.8 h1:yENXy0oSzknu0Uzz/bO01rYLCcmAITlDgvEEtbT10PE= | |
| 212 | 212 | github.com/darkweak/souin v1.7.8/go.mod h1:kR97vndGl0jEWmHazJXNTdVkOzQis05kUdK9EGKUf+k= | |
| 213 | 213 | github.com/darkweak/souin/plugins/souin/storages v1.7.8 h1:7x+FU8CU7EKr96hnMTh6wuX0OHfyBBkSr03X2WY7MRs= | |
| 214 | 214 | github.com/darkweak/souin/plugins/souin/storages v1.7.8/go.mod h1:3OmumRhtRKzIalqlqIHDuvaaZMSJDoO5q1b1RRnCZRw= | |
| 215 | - | github.com/darkweak/storages/badger v0.0.17 h1:IUFY3r/EZIM7bd73mqhLM91Edl+KPY5gqZNQjy5MyXM= | |
| 216 | - | github.com/darkweak/storages/badger v0.0.17/go.mod h1:6f31PI5EBjKFGKv+R/Ilqi+D+DH90ITyHR27BaATqLE= | |
| 217 | - | github.com/darkweak/storages/core v0.0.17 h1:ectt73SW7+FNid+jJiO0FOIr2eGvlHpaz5YSdWvvNCk= | |
| 218 | - | github.com/darkweak/storages/core v0.0.17/go.mod h1:h36sNSwQ36fdHFMUIqD3j403kv29R4FVJJDaLbyvofM= | |
| 219 | - | github.com/darkweak/storages/etcd v0.0.17 h1:/Oa/36TY7F18uDIAB45AgClg5GNyGEBLNyZgp4ADbtE= | |
| 220 | - | github.com/darkweak/storages/etcd v0.0.17/go.mod h1:CEOkJRFdnOkOnh9f72IY7Me5jX+y1rf5z4TPjo4SkMk= | |
| 221 | - | github.com/darkweak/storages/nats v0.0.17 h1:1uk4uGX1amgmR3hxMr01J+4fLK55UW80WVB7DwtOJ8k= | |
| 222 | - | github.com/darkweak/storages/nats v0.0.17/go.mod h1:n9VEmX4yKoOOc/ETrR5kz7HJa6ekKQ9V6onkTP+TVFE= | |
| 223 | - | github.com/darkweak/storages/nuts v0.0.17 h1:s4yX+1urelC2yDiKuBs+I8Xkq62nlmi5C8sQjD9pgvs= | |
| 224 | - | github.com/darkweak/storages/nuts v0.0.17/go.mod h1:n5WsZQSH1aSMdaScTK6MmC1HplI9pYMLTEEytLk929s= | |
| 225 | - | github.com/darkweak/storages/olric v0.0.17 h1:LZyBH0qCzU2zIP0vBBQRpY/EcqOoytRfjnqlSISAujo= | |
| 226 | - | github.com/darkweak/storages/olric v0.0.17/go.mod h1:QtPwpbgg1NGpugKhxByYMJ1x9bG5E/gN8CgqsyyF7jw= | |
| 227 | - | github.com/darkweak/storages/otter v0.0.17 h1:IFiUqT8PJx/HAsPcgrpMzLY0GzKeMMLKGojclgo1Gu0= | |
| 228 | - | github.com/darkweak/storages/otter v0.0.17/go.mod h1:ZNxWMAsm8i3ZVElLNqa1Bq8VDGZsf4TIMti9XmX8eOY= | |
| 229 | - | github.com/darkweak/storages/redis v0.0.17 h1:/jyT410RgI+kwCWs9gKLIYLd6/COtgGA/ClbXP6lqEs= | |
| 230 | - | github.com/darkweak/storages/redis v0.0.17/go.mod h1:ALnQ/dskXjBm9JU0aR9IEbMXYh6CWk+YU5ERoQ6YjQY= | |
| 231 | - | github.com/darkweak/storages/simplefs v0.0.17 h1:H4oaf3I7EDtoJkqJOpbRKNnQrabOA0wLTRVulOP8n+I= | |
| 232 | - | github.com/darkweak/storages/simplefs v0.0.17/go.mod h1:onZbzUSif/Cm3XDBaIiH64oMMc6xKkCdLEj2zK7xixU= | |
| 215 | + | github.com/darkweak/storages/badger v0.0.16 h1:5NNHescfvT0YqqgeCvRB9cFtCeCvEetPliCYOI+aGqo= | |
| 216 | + | github.com/darkweak/storages/badger v0.0.16/go.mod h1:hpKJ7pGI27elfu1IJ1OnsBpsyYx627oeebtL+DbN0mI= | |
| 217 | + | github.com/darkweak/storages/core v0.0.16 h1:f7+XY8MJaKiukcOC5v48pTSpD0zpzEu4FnfgOAPbyF0= | |
| 218 | + | github.com/darkweak/storages/core v0.0.16/go.mod h1:3qJqrenCLpu+0bWPOAq36CmGpzL3SGWAz6KGZGnur1U= | |
| 219 | + | github.com/darkweak/storages/etcd v0.0.16 h1:l9p4+tinfc6AUITHld3g5lzBbLokfIudowEIPK2E1+U= | |
| 220 | + | github.com/darkweak/storages/etcd v0.0.16/go.mod h1:UnkdHq06kZS9QeQ9ItNIN9Bl7YZZVdVclX+kcvAd+k8= | |
| 221 | + | github.com/darkweak/storages/nats v0.0.16 h1:9KaHq9q+tK4Tm1JjAaj6YFGy8/9u5AJK9O9tFx+NvYI= | |
| 222 | + | github.com/darkweak/storages/nats v0.0.16/go.mod h1:yWkupn1y7R4wPzLgqgXc65c50X+7q94QQ9PCxwLqIWA= | |
| 223 | + | github.com/darkweak/storages/nuts v0.0.16 h1:EJ6b8YbXjK7PsdE6mMRKKs6qj3G+5dW4PfmzCNXrdsA= | |
| 224 | + | github.com/darkweak/storages/nuts v0.0.16/go.mod h1:MPNNFqFAuiFLDsPcsxXSG5h5dRea1Wd6cXAzHXnFD1Q= | |
| 225 | + | github.com/darkweak/storages/olric v0.0.16 h1:gv7S+eWAmjnYbhMVEmltEHG6Kzacil7nTXpKfXT47F4= | |
| 226 | + | github.com/darkweak/storages/olric v0.0.16/go.mod h1:PyZuWYNVN0y4lFNN1ZqEWxOW59nzQfXU6aiJnQegxcM= | |
| 227 | + | github.com/darkweak/storages/otter v0.0.16 h1:SFPlKIapzcrfSp16C3/K6fzIqRblqDWE/xyse9VhJFE= | |
| 228 | + | github.com/darkweak/storages/otter v0.0.16/go.mod h1:FSqYWBBSoojOZEH4hr19TmBnBxyH+ZQ4V8tGp4xVBGw= | |
| 229 | + | github.com/darkweak/storages/redis v0.0.16 h1:dlDUpco8V6DnOwqS5oYFIi4aLBtto9u0ZyJqbpyy22U= | |
| 230 | + | github.com/darkweak/storages/redis v0.0.16/go.mod h1:kBchmscY7C7URnruedPgb3jcijV1COzszfOe/KVTk5g= | |
| 231 | + | github.com/darkweak/storages/simplefs v0.0.16 h1:9duSjUTKjZWUv2Spk5+3MueENwxElEWlp0Tij2CihEY= | |
| 232 | + | github.com/darkweak/storages/simplefs v0.0.16/go.mod h1:TMjB3kGbYHZPZoRGTCW+Wph9taF2/ym0cUfP0jYU47s= | |
| 233 | 233 | github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | |
| 234 | 234 | github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | |
| 235 | 235 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= |