mirror of
https://github.com/SagerNet/sing-mux.git
synced 2025-04-03 20:07:41 +03:00
Bumps [github.com/sagernet/sing](https://github.com/sagernet/sing) from 0.2.11 to 0.2.12. - [Commits](https://github.com/sagernet/sing/compare/v0.2.11...v0.2.12) --- updated-dependencies: - dependency-name: github.com/sagernet/sing dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
304 B
Modula-2
15 lines
304 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.12
|
|
github.com/sagernet/smux v0.0.0-20230312102458-337ec2a5af37
|
|
golang.org/x/net v0.15.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
)
|