From 643aff83fb300c4710c0cedba69880bde96284bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 23:46:06 +0000 Subject: [PATCH] build(deps): bump github.com/oapi-codegen/runtime from 1.6.0 to 1.7.0 Bumps [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/oapi-codegen/runtime/releases) - [Commits](https://github.com/oapi-codegen/runtime/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/oapi-codegen/runtime dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/har/go.mod | 2 +- modules/har/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/har/go.mod b/modules/har/go.mod index 13d2edc..b2e7698 100644 --- a/modules/har/go.mod +++ b/modules/har/go.mod @@ -10,7 +10,7 @@ require ( github.com/harness/cli v0.0.0 github.com/hashicorp/go-retryablehttp v0.7.8 github.com/jedib0t/go-pretty/v6 v6.8.3 - github.com/oapi-codegen/runtime v1.6.0 + github.com/oapi-codegen/runtime v1.7.0 github.com/pterm/pterm v0.12.83 github.com/rs/zerolog v1.35.1 github.com/spf13/cobra v1.10.2 diff --git a/modules/har/go.sum b/modules/har/go.sum index 9fac9fe..cf80b1b 100644 --- a/modules/har/go.sum +++ b/modules/har/go.sum @@ -226,8 +226,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/oapi-codegen/nullable v1.1.0 h1:eAh8JVc5430VtYVnq00Hrbpag9PFRGWLjxR1/3KntMs= github.com/oapi-codegen/nullable v1.1.0/go.mod h1:KUZ3vUzkmEKY90ksAmit2+5juDIhIZhfDl+0PwOQlFY= -github.com/oapi-codegen/runtime v1.6.0 h1:7Xx+GlueD6nRuyKoCPzL434Jfi3BetbiJOrzCHp/VPU= -github.com/oapi-codegen/runtime v1.6.0/go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU= +github.com/oapi-codegen/runtime v1.7.0 h1:t7358VYPvNbWJ9gdAkIK/smVeHpBf6yp8VTsaZsb/7k= +github.com/oapi-codegen/runtime v1.7.0/go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU= github.com/onsi/ginkgo/v2 v2.28.1 h1:S4hj+HbZp40fNKuLUQOYLDgZLwNUVn19N3Atb98NCyI= github.com/onsi/ginkgo/v2 v2.28.1/go.mod h1:CLtbVInNckU3/+gC8LzkGUb9oF+e8W8TdUsxPwvdOgE= github.com/onsi/gomega v1.39.1 h1:1IJLAad4zjPn2PsnhH70V4DKRFlrCzGBNrNaru+Vf28=