sing-mux/go.mod
dependabot[bot] 25601a1036
Bump github.com/sagernet/sing from 0.2.11 to 0.2.12
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>
2023-10-02 21:35:21 +00:00

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
)