backend for xcvr appview
3
fork

Configure Feed

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

update lrcd

+3 -1
+1 -1
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.2.3 13 + github.com/rachel-mp4/lrcd v0.2.4 14 14 github.com/rachel-mp4/lrcproto v1.2.1 15 15 github.com/rivo/uniseg v0.4.7 16 16 github.com/whyrusleeping/cbor-gen v0.3.1
+2
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.2.3 h1:HT3UjFn2ZK2zpFkS8U7KU1+I9kMA/oBF2FVWd7x0TkM= 121 121 github.com/rachel-mp4/lrcd v0.2.3/go.mod h1:CyBPWmy94oQ0sTOj24VJjxWoZ9zSnqCKQ/qlR+vhtVE= 122 + github.com/rachel-mp4/lrcd v0.2.4 h1:hLL89xn9Liw9iVKrzrHobmRxih9uUeagFzY/obDzZTA= 123 + github.com/rachel-mp4/lrcd v0.2.4/go.mod h1:CyBPWmy94oQ0sTOj24VJjxWoZ9zSnqCKQ/qlR+vhtVE= 122 124 github.com/rachel-mp4/lrcproto v1.2.1 h1:oKP/4u8JaRzV9vY/BUn24VTrsN7pgty0S4AP8hWc/JI= 123 125 github.com/rachel-mp4/lrcproto v1.2.1/go.mod h1:hQzO36tQELGbkmRnUtKeM6NMU34t79ZcTlhM+MO7pHw= 124 126 github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=