From 14758359bdb1644e679e919031222d1dc00837bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:25:35 +0000 Subject: [PATCH] build(deps): bump github.com/go-openapi/errors in /src/go/wsl-helper Bumps [github.com/go-openapi/errors](https://github.com/go-openapi/errors) from 0.22.4 to 0.22.5. - [Release notes](https://github.com/go-openapi/errors/releases) - [Commits](https://github.com/go-openapi/errors/compare/v0.22.4...v0.22.5) --- updated-dependencies: - dependency-name: github.com/go-openapi/errors dependency-version: 0.22.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/go/wsl-helper/go.mod | 2 +- src/go/wsl-helper/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/go/wsl-helper/go.mod b/src/go/wsl-helper/go.mod index c14507720f4..d4bbb006bf4 100644 --- a/src/go/wsl-helper/go.mod +++ b/src/go/wsl-helper/go.mod @@ -8,7 +8,7 @@ require ( github.com/Masterminds/semver v1.5.0 github.com/Microsoft/go-winio v0.6.2 github.com/adrg/xdg v0.5.3 - github.com/go-openapi/errors v0.22.4 + github.com/go-openapi/errors v0.22.5 github.com/go-openapi/strfmt v0.25.0 github.com/go-openapi/swag v0.23.1 github.com/go-openapi/validate v0.25.1 diff --git a/src/go/wsl-helper/go.sum b/src/go/wsl-helper/go.sum index 1845080f523..ce23c69e290 100644 --- a/src/go/wsl-helper/go.sum +++ b/src/go/wsl-helper/go.sum @@ -28,8 +28,8 @@ github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0= github.com/go-openapi/analysis v0.24.1 h1:Xp+7Yn/KOnVWYG8d+hPksOYnCYImE3TieBa7rBOesYM= github.com/go-openapi/analysis v0.24.1/go.mod h1:dU+qxX7QGU1rl7IYhBC8bIfmWQdX4Buoea4TGtxXY84= -github.com/go-openapi/errors v0.22.4 h1:oi2K9mHTOb5DPW2Zjdzs/NIvwi2N3fARKaTJLdNabaM= -github.com/go-openapi/errors v0.22.4/go.mod h1:z9S8ASTUqx7+CP1Q8dD8ewGH/1JWFFLX/2PmAYNQLgk= +github.com/go-openapi/errors v0.22.5 h1:Yfv4O/PRYpNF3BNmVkEizcHb3uLVVsrDt3LNdgAKRY4= +github.com/go-openapi/errors v0.22.5/go.mod h1:z9S8ASTUqx7+CP1Q8dD8ewGH/1JWFFLX/2PmAYNQLgk= github.com/go-openapi/inflect v0.21.3 h1:TmQvw+9eLrsNp4X0BBQacEZZtAnzk2z1FaLdQQJsDiU= github.com/go-openapi/inflect v0.21.3/go.mod h1:INezMuUu7SJQc2AyR3WO0DqqYUJSj8Kb4hBd7WtjlAw= github.com/go-openapi/jsonpointer v0.22.1 h1:sHYI1He3b9NqJ4wXLoJDKmUmHkWy/L7rtEo92JUxBNk=