-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #983 from honwen/master
bump deps; bump sdk to 1.21
- Loading branch information
Showing
12 changed files
with
104 additions
and
159 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
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
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,63 +1,61 @@ | ||
module github.com/ginuerzh/gost | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
replace github.com/templexxx/cpu v0.0.7 => github.com/templexxx/cpu v0.0.10-0.20211111114238-98168dcec14a | ||
|
||
require ( | ||
git.torproject.org/pluggable-transports/goptlib.git v1.2.0 | ||
git.torproject.org/pluggable-transports/goptlib.git v1.3.0 | ||
github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed | ||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d | ||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 | ||
github.com/go-gost/gosocks4 v0.0.1 | ||
github.com/go-gost/gosocks5 v0.3.0 | ||
github.com/go-gost/relay v0.1.1-0.20211123134818-8ef7fd81ffd7 | ||
github.com/go-gost/tls-dissector v0.0.2-0.20220408131628-aac992c27451 | ||
github.com/go-log/log v0.2.0 | ||
github.com/gobwas/glob v0.2.3 | ||
github.com/gorilla/websocket v1.4.2 | ||
github.com/klauspost/compress v1.13.6 | ||
github.com/gorilla/websocket v1.5.1 | ||
github.com/klauspost/compress v1.17.6 | ||
github.com/miekg/dns v1.1.58 | ||
github.com/quic-go/quic-go v0.41.0 | ||
github.com/mdlayher/vsock v1.2.1 | ||
github.com/miekg/dns v1.1.47 | ||
github.com/quic-go/quic-go v0.32.0 | ||
github.com/ryanuber/go-glob v1.0.0 | ||
github.com/shadowsocks/go-shadowsocks2 v0.1.5 | ||
github.com/shadowsocks/shadowsocks-go v0.0.0-20200409064450-3e585ff90601 | ||
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 | ||
github.com/xtaci/kcp-go/v5 v5.6.1 | ||
github.com/xtaci/smux v1.5.16 | ||
github.com/xtaci/kcp-go/v5 v5.6.7 | ||
github.com/xtaci/smux v1.5.24 | ||
github.com/xtaci/tcpraw v1.2.25 | ||
gitlab.com/yawning/obfs4.git v0.0.0-20220204003609-77af0cba934d | ||
golang.org/x/crypto v0.17.0 | ||
golang.org/x/net v0.10.0 | ||
golang.org/x/crypto v0.18.0 | ||
golang.org/x/net v0.20.0 | ||
) | ||
|
||
require ( | ||
filippo.io/edwards25519 v1.0.0-rc.1.0.20210721174708-390f27c3be20 // indirect | ||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect | ||
github.com/coreos/go-iptables v0.6.0 // indirect | ||
github.com/dchest/siphash v1.2.2 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect | ||
github.com/golang/mock v1.6.0 // indirect | ||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
github.com/google/gopacket v1.1.19 // indirect | ||
github.com/google/pprof v0.0.0-20230131232505-5a9e8f65f08f // indirect | ||
github.com/klauspost/cpuid/v2 v2.0.9 // indirect | ||
github.com/klauspost/reedsolomon v1.9.15 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.6 // indirect | ||
github.com/klauspost/reedsolomon v1.12.0 // indirect | ||
github.com/onsi/ginkgo/v2 v2.9.5 // indirect | ||
github.com/mdlayher/socket v0.4.1 // indirect | ||
github.com/onsi/ginkgo/v2 v2.8.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/quic-go/qtls-go1-18 v0.2.0 // indirect | ||
github.com/quic-go/qtls-go1-19 v0.2.0 // indirect | ||
github.com/quic-go/qtls-go1-20 v0.1.0 // indirect | ||
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect | ||
github.com/templexxx/cpu v0.0.7 // indirect | ||
github.com/templexxx/xorsimd v0.4.1 // indirect | ||
github.com/templexxx/cpu v0.1.0 // indirect | ||
github.com/templexxx/xorsimd v0.4.2 // indirect | ||
github.com/tjfoc/gmsm v1.4.1 // indirect | ||
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect | ||
gitlab.com/yawning/edwards25519-extra.git v0.0.0-20211229043746-2f91fcc9fbdb // indirect | ||
go.uber.org/mock v0.3.0 // indirect | ||
golang.org/x/exp v0.0.0-20230203172020-98cc5a0785f9 // indirect | ||
golang.org/x/mod v0.8.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/mod v0.14.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/tools v0.6.0 // indirect | ||
golang.org/x/tools v0.17.0 // indirect | ||
golang.org/x/sync v0.1.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
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
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,3 +1,4 @@ | ||
//go:build linux | ||
// +build linux | ||
|
||
package gost | ||
|
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
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,3 +1,4 @@ | ||
//go:build windows | ||
// +build windows | ||
|
||
package gost | ||
|
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
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
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,3 +1,4 @@ | ||
//go:build !linux && !windows && !darwin | ||
// +build !linux,!windows,!darwin | ||
|
||
package gost | ||
|