home to your local SPACEGIRL 馃挮 arimelody.space
1
fork

Configure Feed

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

at dev 16 lines 340 B view raw
1module arimelody-web 2 3go 1.22 4 5require ( 6 github.com/jmoiron/sqlx v1.4.0 7 github.com/lib/pq v1.10.9 8) 9 10require golang.org/x/crypto v0.27.0 // indirect 11 12require ( 13 github.com/gorilla/websocket v1.5.3 // indirect 14 github.com/pelletier/go-toml/v2 v2.2.3 // indirect 15 github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect 16)