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