Bump google.golang.org/grpc from 1.79.1 to 1.79.3 (#104)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.79.1 to 1.79.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.79.1...v1.79.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.79.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-04-03 15:09:06 +03:00
committed by GitHub
parent 545af44de7
commit dac811aa09
2 changed files with 6 additions and 5 deletions

3
go.mod
View File

@@ -23,6 +23,7 @@ require (
github.com/stretchr/testify v1.11.1 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/sync v0.19.0 // indirect
google.golang.org/grpc v1.79.1 // indirect
golang.org/x/text v0.34.0 // indirect
google.golang.org/grpc v1.79.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)