github.com/sagernet/sing-mux@v0.2.1-0.20240124034317-9bfb33698bb6/go.mod (about) 1 module github.com/sagernet/sing-mux 2 3 go 1.18 4 5 require ( 6 github.com/hashicorp/yamux v0.1.1 7 github.com/sagernet/sing v0.3.0 8 github.com/sagernet/smux v0.0.0-20231208180855-7041f6ea79e7 9 golang.org/x/net v0.19.0 10 golang.org/x/sys v0.16.0 11 ) 12 13 require golang.org/x/text v0.14.0 // indirect