From c0f1a926e588303051a6a3e977ed2948e6dfd764 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 14 Jun 2023 17:06:56 +0330 Subject: update - security "none" security set to none when tls, reality, xtls are not set its because when there is no security none on trojan link some app like v2rayn set tls for your config --- go.mod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index b5aa572c..55a877ca 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( ) require ( - github.com/BurntSushi/toml v1.3.1 // indirect + github.com/BurntSushi/toml v1.3.2 // indirect github.com/andybalholm/brotli v1.0.5 // indirect github.com/bytedance/sonic v1.9.1 // indirect github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect @@ -43,7 +43,7 @@ require ( github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect github.com/json-iterator/go v1.1.12 // indirect - github.com/klauspost/compress v1.16.5 // indirect + github.com/klauspost/compress v1.16.6 // indirect github.com/klauspost/cpuid/v2 v2.2.5 // indirect github.com/leodido/go-urn v1.2.4 // indirect github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect @@ -65,12 +65,12 @@ require ( github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.47.0 // indirect - github.com/xtls/reality v0.0.0-20230331223127-176a94313eda // indirect + github.com/xtls/reality v0.0.0-20230613075828-e07c3b04b983 // indirect github.com/yusufpapurcu/wmi v1.2.3 // indirect golang.org/x/arch v0.3.0 // indirect - golang.org/x/crypto v0.9.0 // indirect - golang.org/x/net v0.10.0 // indirect - golang.org/x/sys v0.8.0 // indirect + golang.org/x/crypto v0.10.0 // indirect + golang.org/x/net v0.11.0 // indirect + golang.org/x/sys v0.9.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect google.golang.org/protobuf v1.30.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect -- cgit v1.2.3