From 8d2550e96e5bcd195990bad657b8cef0c340a71b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 08:05:40 +0200 Subject: [PATCH] chore(deps): bump github.com/gruntwork-io/go-commons in /tests (#3798) Bumps [github.com/gruntwork-io/go-commons](https://github.com/gruntwork-io/go-commons) from 0.17.1 to 0.17.2. - [Release notes](https://github.com/gruntwork-io/go-commons/releases) - [Commits](https://github.com/gruntwork-io/go-commons/compare/v0.17.1...v0.17.2) --- updated-dependencies: - dependency-name: github.com/gruntwork-io/go-commons dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/go.mod | 2 +- tests/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index 36657a05b..f8ffe34f8 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -4,7 +4,7 @@ go 1.22.3 require ( github.com/bmatcuk/doublestar/v4 v4.6.1 - github.com/gruntwork-io/go-commons v0.17.1 + github.com/gruntwork-io/go-commons v0.17.2 github.com/gruntwork-io/terratest v0.46.16 github.com/open-telemetry/opentelemetry-operator v0.103.0 github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.75.0 diff --git a/tests/go.sum b/tests/go.sum index c72bf124f..40cfb6404 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -84,8 +84,8 @@ github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB7 github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY= github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY= -github.com/gruntwork-io/go-commons v0.17.1 h1:2KS9wAqrgeOTWj33DSHzDNJ1FCprptWdLFqej+wB8x0= -github.com/gruntwork-io/go-commons v0.17.1/go.mod h1:S98JcR7irPD1bcruSvnqupg+WSJEJ6xaM89fpUZVISk= +github.com/gruntwork-io/go-commons v0.17.2 h1:14dsCJ7M5Vv2X3BIPKeG9Kdy6vTMGhM8L4WZazxfTuY= +github.com/gruntwork-io/go-commons v0.17.2/go.mod h1:zs7Q2AbUKuTarBPy19CIxJVUX/rBamfW8IwuWKniWkE= github.com/gruntwork-io/terratest v0.46.16 h1:l+HHuU7lNLwoAl2sP8zkYJy0uoE2Mwha2nw+rim+OhQ= github.com/gruntwork-io/terratest v0.46.16/go.mod h1:oywHw1cFKXSYvKPm27U7quZVzDUlA22H2xUrKCe26xM= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=