From e03b452b630f19f11bdaf3695804d4aafa4abbdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 23:02:02 +0000 Subject: [PATCH] Bump google.golang.org/protobuf in /spec/functional_test/fixtures/go_gin Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] --- spec/functional_test/fixtures/go_gin/go.mod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spec/functional_test/fixtures/go_gin/go.mod b/spec/functional_test/fixtures/go_gin/go.mod index 2ed33e21..52c0a0ae 100644 --- a/spec/functional_test/fixtures/go_gin/go.mod +++ b/spec/functional_test/fixtures/go_gin/go.mod @@ -2,13 +2,14 @@ module github.com/hahwul/test-go-app go 1.20 +require github.com/gin-gonic/gin v1.9.1 + require ( github.com/bytedance/sonic v1.10.0 // indirect github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect github.com/chenzhuoyu/iasm v0.9.0 // indirect github.com/gabriel-vasile/mimetype v1.4.2 // indirect github.com/gin-contrib/sse v0.1.0 // indirect - github.com/gin-gonic/gin v1.9.1 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect github.com/go-playground/validator/v10 v10.15.3 // indirect @@ -27,6 +28,6 @@ require ( golang.org/x/net v0.14.0 // indirect golang.org/x/sys v0.12.0 // indirect golang.org/x/text v0.13.0 // indirect - google.golang.org/protobuf v1.31.0 // indirect + google.golang.org/protobuf v1.33.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )