mirror of
https://github.com/MatrixSeven/file-transfer-go.git
synced 2026-02-04 03:25:03 +08:00
22 lines
548 B
Modula-2
22 lines
548 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/gorilla/websocket v1.5.3
|
|
)
|
|
|
|
require (
|
|
github.com/pion/dtls/v2 v2.2.7 // indirect
|
|
github.com/pion/logging v0.2.2 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/stun/v2 v2.0.0 // indirect
|
|
github.com/pion/transport/v2 v2.2.1 // indirect
|
|
github.com/pion/transport/v3 v3.0.2 // indirect
|
|
github.com/pion/turn/v3 v3.0.3 // indirect
|
|
golang.org/x/crypto v0.21.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
)
|