mirror of
https://github.com/SagerNet/sing-mux.git
synced 2025-04-03 20:07:41 +03:00
15 lines
330 B
Modula-2
15 lines
330 B
Modula-2
module github.com/sagernet/sing-mux
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/hashicorp/yamux v0.1.1
|
|
github.com/sagernet/sing v0.2.5-0.20230423085534-0902e6216207
|
|
github.com/sagernet/smux v0.0.0-20230312102458-337ec2a5af37
|
|
golang.org/x/net v0.9.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
)
|