Skip to content

Commit

Permalink
chore: update gvisor and go-socks5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythologyli committed Apr 4, 2023
1 parent e6430c7 commit ecc1944
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/socks.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

"github.com/mythologyli/zju-connect/core/config"

"github.com/cxz66666/go-socks5"
"github.com/things-go/go-socks5"
"gvisor.dev/gvisor/pkg/tcpip"
"gvisor.dev/gvisor/pkg/tcpip/adapters/gonet"
"gvisor.dev/gvisor/pkg/tcpip/header"
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ require (
github.com/bobesa/go-domain-util v0.0.0-20190911083921-4033b5f7dd89
github.com/cloverstd/tcping v0.1.1
github.com/cornelk/hashmap v1.0.8
github.com/cxz66666/go-socks5 v0.0.3
github.com/things-go/go-socks5 v0.0.4-0.20230316080832-bc61edbc61c2
github.com/dlclark/regexp2 v1.8.1
github.com/patrickmn/go-cache v2.1.0+incompatible
golang.org/x/net v0.8.0
gvisor.dev/gvisor v0.0.0-20230318000052-cb83cbc04adb
gvisor.dev/gvisor v0.0.0-20230404014940-87523d4f2f99
)

require (
Expand Down
7 changes: 7 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ github.com/refraction-networking/utls v1.3.1/go.mod h1:kHXvVB66a4BzVRYC4Em7e1HAf
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
github.com/things-go/go-socks5 v0.0.4-0.20230316080832-bc61edbc61c2 h1:WMweLMzpfIduyZLfcCmeqA/NHuFgcDn1wgRkeGffdFw=
github.com/things-go/go-socks5 v0.0.4-0.20230316080832-bc61edbc61c2/go.mod h1:eEogOhwudEdY6YPMjoTBraroSp2BNme1pVFPqoQ404g=
golang.org/x/crypto v0.6.0 h1:qfktjS5LUO+fFKeJXZ+ikTRijMmljikvG68fpMMruSc=
golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58=
golang.org/x/crypto v0.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A=
Expand Down Expand Up @@ -70,3 +73,7 @@ gvisor.dev/gvisor v0.0.0-20230317235517-acf460d0d735 h1:auR57SHNoLl+gypGBF9zQfe5
gvisor.dev/gvisor v0.0.0-20230317235517-acf460d0d735/go.mod h1:pzr6sy8gDLfVmDAg8OYrlKvGEHw5C3PGTiBXBTCx76Q=
gvisor.dev/gvisor v0.0.0-20230318000052-cb83cbc04adb h1:sqOAeu8xzgp2qvZUlXkWafBjUE3jfiqbSo/lnKA2qJE=
gvisor.dev/gvisor v0.0.0-20230318000052-cb83cbc04adb/go.mod h1:pzr6sy8gDLfVmDAg8OYrlKvGEHw5C3PGTiBXBTCx76Q=
gvisor.dev/gvisor v0.0.0-20230404014520-dc67711b6f64 h1:yDMTk2oN+WRFwQCYMWEJOz+5RsQcVw1gZFcjS79xhv0=
gvisor.dev/gvisor v0.0.0-20230404014520-dc67711b6f64/go.mod h1:pzr6sy8gDLfVmDAg8OYrlKvGEHw5C3PGTiBXBTCx76Q=
gvisor.dev/gvisor v0.0.0-20230404014940-87523d4f2f99 h1:2vpjufMeScKbdWjhdOeP9SR3z0HygM7M9CRQN7OGkcU=
gvisor.dev/gvisor v0.0.0-20230404014940-87523d4f2f99/go.mod h1:pzr6sy8gDLfVmDAg8OYrlKvGEHw5C3PGTiBXBTCx76Q=

0 comments on commit ecc1944

Please sign in to comment.