mirror of
https://github.com/SagerNet/sing-mux.git
synced 2025-04-01 19:17:36 +03:00
13 lines
286 B
Modula-2
13 lines
286 B
Modula-2
module github.com/sagernet/sing-mux
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/hashicorp/yamux v0.1.2
|
|
github.com/sagernet/sing v0.6.0
|
|
github.com/sagernet/smux v0.0.0-20231208180855-7041f6ea79e7
|
|
golang.org/x/net v0.34.0
|
|
golang.org/x/sys v0.30.0
|
|
)
|
|
|
|
require golang.org/x/text v0.21.0 // indirect
|