diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-03 17:06:25 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-03 17:06:25 +0300 |
| commit | 02bc488c1c1024e9be44ae3cfdf678b20bb4d6b3 (patch) | |
| tree | 3e84ec72de759a938317a25018982ef525e77241 /go.mod | |
| parent | b22f859c38c139a985504b84514b1f24eb7593a0 (diff) | |
go.mod for Xray v24.9.30
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ require ( github.com/robfig/cron/v3 v3.0.1 github.com/shirou/gopsutil/v4 v4.24.9 github.com/valyala/fasthttp v1.56.0 - github.com/xtls/xray-core v1.8.24 + github.com/xtls/xray-core v1.8.25-0.20241002041629-e45cef542e26 go.uber.org/atomic v1.11.0 golang.org/x/text v0.18.0 google.golang.org/grpc v1.67.1 @@ -32,7 +32,6 @@ require ( github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect github.com/ebitengine/purego v0.8.0 // indirect github.com/fasthttp/router v1.5.2 // indirect - github.com/francoispqt/gojay v1.2.13 // indirect github.com/gabriel-vasile/mimetype v1.4.5 // indirect github.com/gin-contrib/sse v0.1.0 // indirect github.com/go-ole/go-ole v1.3.0 // indirect @@ -52,6 +51,7 @@ require ( github.com/json-iterator/go v1.1.12 // indirect github.com/klauspost/compress v1.17.10 // indirect github.com/klauspost/cpuid/v2 v2.2.8 // indirect + github.com/kr/text v0.1.0 // indirect github.com/leodido/go-urn v1.4.0 // indirect github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect github.com/mattn/go-isatty v0.0.20 // indirect |
