mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-08-11 11:42:46 +00:00
15 lines
375 B
Modula-2
15 lines
375 B
Modula-2
module github.com/haiwen/seafile-server/fileserver
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/mattn/go-sqlite3 v1.14.0
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/ini.v1 v1.55.0
|
|
)
|