mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-08-16 05:53:20 +00:00
13 lines
290 B
Modula-2
13 lines
290 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/smartystreets/goconvey v1.6.4 // indirect
|
||
|
gopkg.in/ini.v1 v1.55.0
|
||
|
)
|