diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-08-30 10:25:49 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-08-30 10:25:49 +0300 |
| commit | 898f80cb30ae8de2aac9992fff7e8f7a53c09dd7 (patch) | |
| tree | 52a1ccb6fe09eb493ba193df0e5853ae59487238 /go.mod | |
| parent | 5d7de0858c0e67aca85bde3bb1ec14ad625ef3d9 (diff) | |
Xray Core v1.8.24
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.7 github.com/valyala/fasthttp v1.55.0 - github.com/xtls/xray-core v1.8.23 + github.com/xtls/xray-core v1.8.24 go.uber.org/atomic v1.11.0 golang.org/x/text v0.17.0 google.golang.org/grpc v1.66.0 @@ -40,7 +40,7 @@ require ( github.com/go-playground/validator/v10 v10.22.0 // indirect github.com/go-task/slim-sprig/v3 v3.0.0 // indirect github.com/google/btree v1.1.3 // indirect - github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect + github.com/google/pprof v0.0.0-20240829160300-da1f7e9f2b25 // indirect github.com/gorilla/context v1.1.2 // indirect github.com/gorilla/securecookie v1.1.2 // indirect github.com/gorilla/sessions v1.4.0 // indirect |
