diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-08 15:08:13 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-08 15:08:13 +0000 |
commit | f064fb24429854a2b1cb6d19050ae44f2cffb306 (patch) | |
tree | 9b654316030b4857f4422d17c475faf9fbbafb9f /go.mod | |
parent | 2ac280ccd497f36caee2038fa1a2bcf29f9f9931 (diff) | |
download | communique-f064fb24429854a2b1cb6d19050ae44f2cffb306.tar.gz |
only return most recent 50 items for outbox
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ require ( github.com/golang/snappy v0.0.4 // indirect github.com/google/flatbuffers v22.11.23+incompatible // indirect github.com/gorilla/css v1.0.0 // indirect + github.com/hashicorp/golang-lru v1.0.1 // indirect + github.com/hashicorp/golang-lru/v2 v2.0.1 // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/klauspost/compress v1.15.13 // indirect github.com/leodido/go-urn v1.2.1 // indirect |