backend for xcvr appview
2
fork

Configure Feed

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

tidy

+1 -1
+1 -1
server/go.mod
··· 10 10 github.com/joho/godotenv v1.5.1 11 11 github.com/lestrrat-go/jwx/v2 v2.0.12 12 12 github.com/rachel-mp4/lrcd v0.0.0-20250603192958-089ba44e79a5 13 + github.com/rivo/uniseg v0.4.7 13 14 ) 14 15 15 16 require ( ··· 68 69 github.com/prometheus/common v0.45.0 // indirect 69 70 github.com/prometheus/procfs v0.12.0 // indirect 70 71 github.com/rachel-mp4/lrcproto v0.0.0-20250527205756-58da8216f98c // indirect 71 - github.com/rivo/uniseg v0.4.7 // indirect 72 72 github.com/segmentio/asm v1.2.0 // indirect 73 73 github.com/spaolacci/murmur3 v1.1.0 // indirect 74 74 github.com/whyrusleeping/cbor-gen v0.2.1-0.20241030202151-b7a6831be65e // indirect