backend for xcvr appview
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

update lrcd

+6 -2
+2 -2
server/go.mod
··· 10 10 github.com/ipfs/go-cid v0.4.1 11 11 github.com/jackc/pgx/v5 v5.7.4 12 12 github.com/joho/godotenv v1.5.1 13 - github.com/rachel-mp4/lrcd v0.0.0-20250822143425-69eddc6acc95 14 - github.com/rachel-mp4/lrcproto v0.0.0-20250720164211-c6162669b709 13 + github.com/rachel-mp4/lrcd v0.0.0-20250905154658-1d34083d4287 14 + github.com/rachel-mp4/lrcproto v0.0.0-20250905151943-8e3a1989ea5a 15 15 github.com/rivo/uniseg v0.4.7 16 16 github.com/whyrusleeping/cbor-gen v0.3.1 17 17 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
+4
server/go.sum
··· 119 119 github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk= 120 120 github.com/rachel-mp4/lrcd v0.0.0-20250822143425-69eddc6acc95 h1:1JTdISKo6SkzwjJJXT78GlbXxASEEfSQZ2WN6LhKfzI= 121 121 github.com/rachel-mp4/lrcd v0.0.0-20250822143425-69eddc6acc95/go.mod h1:lU5b8bC7vP56MT57i6gUYoXxHSVLyrUYMnUo7JELwSc= 122 + github.com/rachel-mp4/lrcd v0.0.0-20250905154658-1d34083d4287 h1:UW2tLW8yQ+VNU0cEBJUgmM/8+FZ1Kpz1xOMRU3hcwyA= 123 + github.com/rachel-mp4/lrcd v0.0.0-20250905154658-1d34083d4287/go.mod h1:aWUVglSyrLf2RGpQdqTucX498b434yWBFJkD6Yzr0OE= 122 124 github.com/rachel-mp4/lrcproto v0.0.0-20250720164211-c6162669b709 h1:P//gJE0zFv9Qvfn8dvp9ZrnG0FZh2MVcAX+uOP2flRw= 123 125 github.com/rachel-mp4/lrcproto v0.0.0-20250720164211-c6162669b709/go.mod h1:hQzO36tQELGbkmRnUtKeM6NMU34t79ZcTlhM+MO7pHw= 126 + github.com/rachel-mp4/lrcproto v0.0.0-20250905151943-8e3a1989ea5a h1:W3zPeGz/jHYyWj8ZfsuA9yigPMNlA/h7Fu+SQKgiBmQ= 127 + github.com/rachel-mp4/lrcproto v0.0.0-20250905151943-8e3a1989ea5a/go.mod h1:hQzO36tQELGbkmRnUtKeM6NMU34t79ZcTlhM+MO7pHw= 124 128 github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ= 125 129 github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88= 126 130 github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI=