1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-24 20:48:01 +00:00
Files
seafile-server/notification-server/go.mod
feiniks d6f6127641 Add notification server (#535)
* Add notification server of go

Modify path of pkg

Send notification for update-repo event

Delete client pkg and use reflect select to send message

Modify output of log

Add formatter of log

Add jwt authentication

go add get jwt token api

CI support compile libjwt

Get group users from database

* Add ping to test mysql is alive

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2022-12-16 15:29:01 +08:00

17 lines
488 B
Modula-2

module github.com/haiwen/seafile-server/notification-server
go 1.17
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/haiwen/seafile-server/fileserver v0.0.0-20220114093911-524f227b02cc
github.com/mattn/go-sqlite3 v1.14.0
github.com/sirupsen/logrus v1.8.1
gopkg.in/ini.v1 v1.66.2
)
require golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect