summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-08 19:04:57 +0000
committerGitHub <noreply@github.com>2023-07-08 19:04:57 +0000
commit10a46b3487ec4f1c16aef1ad69e11dbf7bfd1dd2 (patch)
tree5988a60bf0e92a039d43707d047b3294c02d7609 /go.mod
parentde23b2b30d3cfd91be401edc3221577439b7eedb (diff)
Build(deps): Bump gotest.tools/v3 from 3.4.0 to 3.5.0 (#1780)
Bumps [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/gotestyourself/gotest.tools/releases) - [Commits](https://github.com/gotestyourself/gotest.tools/compare/v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: gotest.tools/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 737ebdbc..dedfa277 100644
--- a/go.mod
+++ b/go.mod
@@ -33,7 +33,7 @@ require (
golang.org/x/sys v0.10.0
golang.org/x/term v0.10.0
golang.org/x/text v0.11.0
- gotest.tools/v3 v3.4.0
+ gotest.tools/v3 v3.5.0
inet.af/netaddr v0.0.0-20220811202034-502d2d690317
k8s.io/client-go v0.27.3
)