diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-06 20:06:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-06 20:06:23 +0300 |
| commit | 6f807823b985cd0bf36cf00b3df2f39c0d63bb74 (patch) | |
| tree | 57dc94c5f1418e1e14d51b2608905b5af9519bdc /go.mod | |
| parent | 2f594ca7c949480af2860d70a6cf475bde486223 (diff) | |
Bump google.golang.org/grpc from 1.62.0 to 1.62.1 (#1987)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.0 to 1.62.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.62.0...v1.62.1)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-patch
...
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
@@ -17,7 +17,7 @@ require ( github.com/xtls/xray-core v1.8.8 go.uber.org/atomic v1.11.0 golang.org/x/text v0.14.0 - google.golang.org/grpc v1.62.0 + google.golang.org/grpc v1.62.1 gorm.io/driver/sqlite v1.5.5 gorm.io/gorm v1.25.7 ) |
