-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,35 @@ | ||
module github.com/wzshiming/bridge | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/Microsoft/go-winio v0.6.1 | ||
github.com/Microsoft/go-winio v0.6.2 | ||
github.com/golang/snappy v0.0.4 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/wzshiming/anyproxy v0.7.14 | ||
github.com/wzshiming/anyproxy v0.7.15 | ||
github.com/wzshiming/cmux v0.3.3 | ||
github.com/wzshiming/commandproxy v0.2.0 | ||
github.com/wzshiming/emux v0.2.1 | ||
github.com/wzshiming/hostmatcher v0.0.1 | ||
github.com/wzshiming/hostmatcher v0.0.3 | ||
github.com/wzshiming/httpproxy v0.5.5 | ||
github.com/wzshiming/notify v0.1.1 | ||
github.com/wzshiming/permuteproxy v0.0.2 | ||
github.com/wzshiming/schedialer v0.6.0 | ||
github.com/wzshiming/shadowsocks v0.4.0 | ||
github.com/wzshiming/socks4 v0.3.2 | ||
github.com/wzshiming/socks5 v0.4.3 | ||
github.com/wzshiming/socks5 v0.5.1 | ||
github.com/wzshiming/sshproxy v0.4.3 | ||
) | ||
|
||
require ( | ||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect | ||
github.com/wzshiming/sshd v0.2.2 // indirect | ||
github.com/wzshiming/trie v0.1.1 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/mod v0.8.0 // indirect | ||
golang.org/x/net v0.22.0 // indirect | ||
golang.org/x/sync v0.6.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/tools v0.6.0 // indirect | ||
golang.org/x/crypto v0.24.0 // indirect | ||
golang.org/x/net v0.26.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters