From bff54430b83bbf8a0259bdb0f2813f56ad8f7e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:36:52 +0000 Subject: [PATCH] Bump github.com/openshift/osd-network-verifier from 1.1.2 to 1.2.0 Bumps [github.com/openshift/osd-network-verifier](https://github.com/openshift/osd-network-verifier) from 1.1.2 to 1.2.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.1.2...v1.2.0) --- updated-dependencies: - dependency-name: github.com/openshift/osd-network-verifier 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 c40944ec..2493c51f 100644 --- a/go.mod +++ b/go.mod @@ -43,7 +43,7 @@ require ( github.com/openshift/gcp-project-operator v0.0.0-20220920194256-df38e31387a7 github.com/openshift/hive/apis v0.0.0-20240216200617-8c54fc9cac45 github.com/openshift/hypershift/api v0.0.0-20241102085541-7ba3433476ee - github.com/openshift/osd-network-verifier v1.1.2 + github.com/openshift/osd-network-verifier v1.2.0 github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 github.com/shopspring/decimal v1.3.1 github.com/sirupsen/logrus v1.9.3 diff --git a/go.sum b/go.sum index 0f2189b5..d58b1fa9 100644 --- a/go.sum +++ b/go.sum @@ -475,8 +475,8 @@ github.com/openshift/hive/apis v0.0.0-20240216200617-8c54fc9cac45 h1:t9PeXKK13eq github.com/openshift/hive/apis v0.0.0-20240216200617-8c54fc9cac45/go.mod h1:jqpZWDUo9JcnO4Q5RuNWjESE1EJ3Qi9xowBBi0nyxQA= github.com/openshift/hypershift/api v0.0.0-20241102085541-7ba3433476ee h1:KcTMINwDpRMeVwfJjzboXzEDzBgRvK4k4GQHyISZ9gI= github.com/openshift/hypershift/api v0.0.0-20241102085541-7ba3433476ee/go.mod h1:NIT2Bs83re4seKsT3Xp+ENOOCN2Gl++mguuGGhNnN/8= -github.com/openshift/osd-network-verifier v1.1.2 h1:iF8Wk6W5Q/fNFQi4h8mOF/rsLpgmI1y7WNKimv+jqJk= -github.com/openshift/osd-network-verifier v1.1.2/go.mod h1:X3dVNkC91NYTf2kTXUS/PeRTNvfS97WbvIqPIDP083M= +github.com/openshift/osd-network-verifier v1.2.0 h1:cdc7+tCmNjdyNPi04shAZrqau+79lvb8OjDjtpGe43w= +github.com/openshift/osd-network-verifier v1.2.0/go.mod h1:X3dVNkC91NYTf2kTXUS/PeRTNvfS97WbvIqPIDP083M= github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM= github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs= github.com/perimeterx/marshmallow v1.1.4 h1:pZLDH9RjlLGGorbXhcaQLhfuV0pFMNfPO55FuFkxqLw=