fix grpc dialer

This commit is contained in:
ginuerzh
2023-03-08 00:01:36 +08:00
parent f02c9810f2
commit bfa1530ef6
2 changed files with 6 additions and 5 deletions

4
go.mod
View File

@ -6,7 +6,7 @@ replace github.com/templexxx/cpu v0.0.7 => github.com/templexxx/cpu v0.0.10-0.20
require (
github.com/go-gost/core v0.0.0-20230131100536-f3482d7cd848
github.com/go-gost/x v0.0.0-20230226054500-54046d2003ef
github.com/go-gost/x v0.0.0-20230307155127-f32b72ce56a9
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)
@ -94,7 +94,7 @@ require (
github.com/xtaci/smux v1.5.16 // indirect
github.com/xtaci/tcpraw v1.2.25 // indirect
github.com/yl2chen/cidranger v1.0.2 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/exp v0.0.0-20221217163422-3c43f8badb15 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.7.0 // indirect