1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 13:35:59 +00:00

Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#2166)

Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  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>
This commit is contained in:
dependabot[bot]
2023-06-28 14:24:01 +03:00
committed by GitHub
parent d7199af4b2
commit 52a83ae6b4
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -44,7 +44,7 @@ require (
golang.org/x/sys v0.9.0
golang.org/x/text v0.10.0
golang.org/x/time v0.3.0
google.golang.org/protobuf v1.30.0
google.golang.org/protobuf v1.31.0
gopkg.in/ini.v1 v1.67.0
gopkg.in/yaml.v3 v3.0.1
)