diff --git a/go.mod b/go.mod index 60b0c9c2..211f81e1 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/openshift/aws-account-operator/api v0.0.0-20230322125717-5b5a00a3e99f github.com/openshift/gcp-project-operator v0.0.0-20220920194256-df38e31387a7 github.com/openshift/hive/apis v0.0.0-20230314202213-17cb22fc3d7c - github.com/openshift/osd-network-verifier v0.2.0 + github.com/openshift/osd-network-verifier v0.2.1 github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 github.com/shopspring/decimal v1.2.0 github.com/sirupsen/logrus v1.9.0 diff --git a/go.sum b/go.sum index 9fa1fd09..1c5df297 100644 --- a/go.sum +++ b/go.sum @@ -563,8 +563,8 @@ github.com/openshift/gcp-project-operator v0.0.0-20220920194256-df38e31387a7 h1: github.com/openshift/gcp-project-operator v0.0.0-20220920194256-df38e31387a7/go.mod h1:BKXSfGFecnNJ/NBv61AjSP9ngf9jiP4KbPShTkO9XtA= github.com/openshift/hive/apis v0.0.0-20230314202213-17cb22fc3d7c h1:6UcCZQIfknM18J9VNN39i8uTrwD9QFj4B0PnyyoAGU8= github.com/openshift/hive/apis v0.0.0-20230314202213-17cb22fc3d7c/go.mod h1:VIxA5HhvBmsqVn7aUVQYs004B9K4U5A+HrFwvRq2nK8= -github.com/openshift/osd-network-verifier v0.2.0 h1:70C9lYqt6RduXXr4ldtxa/FfdJbyGNG2SJrgiVUwBOU= -github.com/openshift/osd-network-verifier v0.2.0/go.mod h1:A89hA4CpxJjxx2qNbZVJmJc3MVa+bEWftKadBCJoxw4= +github.com/openshift/osd-network-verifier v0.2.1 h1:TXEv18RKYZRixYEP9yVNnelLer4ke6sCTX+5NG14Ys0= +github.com/openshift/osd-network-verifier v0.2.1/go.mod h1:A89hA4CpxJjxx2qNbZVJmJc3MVa+bEWftKadBCJoxw4= github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8= github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/pelletier/go-toml/v2 v2.0.5 h1:ipoSadvV8oGUjnUbMub59IDPPwfxF694nG/jwbMiyQg=