mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-08-15 13:34:45 +00:00
9 lines
170 B
Modula-2
9 lines
170 B
Modula-2
|
module test_upload
|
||
|
|
||
|
go 1.18
|
||
|
|
||
|
require (
|
||
|
github.com/haiwen/seafile-server/fileserver v0.0.0-20220621072834-faf434def97d // indirect
|
||
|
gopkg.in/ini.v1 v1.66.6 // indirect
|
||
|
)
|