From e1437e430baf62ccf778235104a940c9af456a39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:30:13 +0000 Subject: [PATCH] fix(deps): update module github.com/ogen-go/ogen to v1.8.0 --- src/acceptance/assets/app/go_app/go.mod | 2 +- src/autoscaler/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/acceptance/assets/app/go_app/go.mod b/src/acceptance/assets/app/go_app/go.mod index d5adea7b6b..1e704f6960 100644 --- a/src/acceptance/assets/app/go_app/go.mod +++ b/src/acceptance/assets/app/go_app/go.mod @@ -14,7 +14,7 @@ require ( github.com/json-iterator/go v1.1.12 github.com/maxbrunsfeld/counterfeiter/v6 v6.9.0 github.com/mitchellh/mapstructure v1.5.0 - github.com/ogen-go/ogen v1.7.0 + github.com/ogen-go/ogen v1.8.0 github.com/onsi/ginkgo/v2 v2.22.0 github.com/onsi/gomega v1.36.0 github.com/prometheus/procfs v0.15.1 diff --git a/src/autoscaler/go.mod b/src/autoscaler/go.mod index 62e7549b1d..c835992ec2 100644 --- a/src/autoscaler/go.mod +++ b/src/autoscaler/go.mod @@ -23,7 +23,7 @@ require ( github.com/jackc/pgx/v5 v5.7.1 github.com/jmoiron/sqlx v1.4.0 github.com/maxbrunsfeld/counterfeiter/v6 v6.9.0 - github.com/ogen-go/ogen v1.7.0 + github.com/ogen-go/ogen v1.8.0 github.com/onsi/ginkgo/v2 v2.22.0 github.com/onsi/gomega v1.36.0 github.com/patrickmn/go-cache v2.1.0+incompatible