Initial public release of birdwatch-relay
This commit is contained in:
commit
c176f2ad24
17 changed files with 2025 additions and 0 deletions
11
go.mod
Normal file
11
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue