mirror of
https://github.com/MatrixSeven/file-transfer-go.git
synced 2026-02-04 03:25:03 +08:00
11 lines
168 B
Modula-2
11 lines
168 B
Modula-2
module chuan
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.10
|
|
github.com/go-chi/cors v1.2.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
)
|