diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-27 17:25:28 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-27 17:25:28 +0300 |
| commit | fafcb2e8e7d4f343ee1d35cfbf1b01ea611a7bd0 (patch) | |
| tree | f2ad2d20ac8e76b49d646097270ef3b7c521c301 /go.mod | |
| parent | 145ea1e6f17cc766df266ca3eacf8dd688eb1930 (diff) | |
Bump google.golang.org/grpc from 1.56.2 to 1.57.0 (#823)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.2 to 1.57.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.2...v1.57.0)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ require ( github.com/xtls/xray-core v1.8.3 go.uber.org/atomic v1.11.0 golang.org/x/text v0.11.0 - google.golang.org/grpc v1.56.2 + google.golang.org/grpc v1.57.0 gorm.io/driver/sqlite v1.5.2 gorm.io/gorm v1.25.2 ) |
