Initial public release of birdwatch-relay

This commit is contained in:
LOrignal_GaZzz 2026-05-03 22:47:38 -05:00
commit c176f2ad24
17 changed files with 2025 additions and 0 deletions

11
go.mod Normal file
View file

@ -0,0 +1,11 @@
module github.com/cyrilinait/birdwatch-relay
go 1.22
require (
firebase.google.com/go/v4 v4.14.1
github.com/gorilla/websocket v1.5.1
golang.org/x/crypto v0.21.0
google.golang.org/api v0.171.0
modernc.org/sqlite v1.29.5
)