2022-12-16 15:29:01 +08:00
|
|
|
module github.com/haiwen/seafile-server/notification-server
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2023-05-09 18:10:01 +08:00
|
|
|
github.com/dgraph-io/ristretto v0.1.0
|
2022-12-16 15:29:01 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2024-08-12 14:59:45 +08:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
2022-12-16 15:29:01 +08:00
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
gopkg.in/ini.v1 v1.66.2
|
|
|
|
)
|
|
|
|
|
2023-05-09 18:10:01 +08:00
|
|
|
require (
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-08-12 14:59:45 +08:00
|
|
|
golang.org/x/sys v0.1.0 //indirect
|
2023-05-09 18:10:01 +08:00
|
|
|
)
|