From 7ff514f5ac9910aba5d3a6b3b1d2fe6803fdef74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 18:23:56 +0000 Subject: [PATCH] Bump github.com/openshift/osd-network-verifier from 1.7.0 to 1.8.0 Bumps [github.com/openshift/osd-network-verifier](https://github.com/openshift/osd-network-verifier) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/openshift/osd-network-verifier/releases) - [Changelog](https://github.com/openshift/osd-network-verifier/blob/main/RELEASE.md) - [Commits](https://github.com/openshift/osd-network-verifier/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: github.com/openshift/osd-network-verifier dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b6703aa18..9001f49b5 100644 --- a/go.mod +++ b/go.mod @@ -53,7 +53,7 @@ require ( github.com/openshift/hive/apis v0.0.0-20250206153200-5a34ea42e678 github.com/openshift/hypershift/api v0.0.0-20250208145556-2753dcc8cfb7 github.com/openshift/ocm-container v1.0.1-0.20260310005051-28d4fda21872 - github.com/openshift/osd-network-verifier v1.7.0 + github.com/openshift/osd-network-verifier v1.8.0 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c github.com/shopspring/decimal v1.4.0 github.com/sirupsen/logrus v1.9.4 diff --git a/go.sum b/go.sum index f92b76d45..83f55635f 100644 --- a/go.sum +++ b/go.sum @@ -501,8 +501,8 @@ github.com/openshift/hypershift/api v0.0.0-20250208145556-2753dcc8cfb7 h1:535PgO github.com/openshift/hypershift/api v0.0.0-20250208145556-2753dcc8cfb7/go.mod h1:fQFj8aH3buOKqmhMQ5igRVOT7iQdduxRE9H1LM/BiY0= github.com/openshift/ocm-container v1.0.1-0.20260310005051-28d4fda21872 h1:ctMZePpayeWKIrW7e+4B5/nW9PABo1xrwiVf8IR5eCQ= github.com/openshift/ocm-container v1.0.1-0.20260310005051-28d4fda21872/go.mod h1:9BnOM0uw0vl/liK1fLSDebncPDBTOEJv2E+mi70MFbQ= -github.com/openshift/osd-network-verifier v1.7.0 h1:uYIA1Tk9y350QaIJXm/luXIwN/Gp5/sBtceHaeGUWn8= -github.com/openshift/osd-network-verifier v1.7.0/go.mod h1:WBsoc9YeIdm3ZtWPad+j20qxkgBDrRK2Kiu4N/MeenE= +github.com/openshift/osd-network-verifier v1.8.0 h1:9+/1dZqDaBcIHDnMbHzwdxOmJ8oXn0zcTUEeDgqELZA= +github.com/openshift/osd-network-verifier v1.8.0/go.mod h1:wQ4JtHLj/u6PDaxQt3K2n8BypTWcQhO1mtZo5vqMQtM= github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4= github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= github.com/perimeterx/marshmallow v1.1.5 h1:a2LALqQ1BlHM8PZblsDdidgv1mWi1DgC2UmX50IvK2s=