diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-09 22:07:53 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-09 22:07:53 +0300 |
| commit | 8641ec8f13f587ae5b1de64c5bc13b1e4d5997aa (patch) | |
| tree | edbc3631192ad3d05e5eed55609a438eadda4b71 /go.mod | |
| parent | 6337efb786ae1ff07c1c059882672b8af1b22fba (diff) | |
Bump github.com/xtls/xray-core from 1.7.5 to 1.8.0
Bumps [github.com/xtls/xray-core](https://github.com/xtls/xray-core) from 1.7.5 to 1.8.0.
- [Release notes](https://github.com/xtls/xray-core/releases)
- [Commits](https://github.com/xtls/xray-core/compare/v1.7.5...v1.8.0)
---
updated-dependencies:
- dependency-name: github.com/xtls/xray-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -13,7 +13,7 @@ require ( github.com/pelletier/go-toml/v2 v2.0.7 github.com/robfig/cron/v3 v3.0.1 github.com/shirou/gopsutil/v3 v3.23.2 - github.com/xtls/xray-core v1.7.5 + github.com/xtls/xray-core v1.8.0 go.uber.org/atomic v1.10.0 golang.org/x/text v0.8.0 google.golang.org/grpc v1.53.0 @@ -31,7 +31,7 @@ require ( github.com/go-playground/universal-translator v0.18.1 // indirect github.com/go-playground/validator/v10 v10.11.2 // indirect github.com/goccy/go-json v0.10.0 // indirect - github.com/golang/protobuf v1.5.2 // indirect + github.com/golang/protobuf v1.5.3 // indirect github.com/gorilla/context v1.1.1 // indirect github.com/gorilla/securecookie v1.1.1 // indirect github.com/gorilla/sessions v1.2.1 // indirect @@ -53,10 +53,10 @@ require ( github.com/ugorji/go/codec v1.2.10 // indirect github.com/yusufpapurcu/wmi v1.2.2 // indirect golang.org/x/arch v0.2.0 // indirect - golang.org/x/crypto v0.6.0 // indirect - golang.org/x/net v0.7.0 // indirect - golang.org/x/sys v0.5.0 // indirect - google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 // indirect - google.golang.org/protobuf v1.28.1 // indirect + golang.org/x/crypto v0.7.0 // indirect + golang.org/x/net v0.8.0 // indirect + golang.org/x/sys v0.6.0 // indirect + google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect + google.golang.org/protobuf v1.29.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) |
