From b3ad962346bbb67937a9e98ae15434a3c6eec8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:44:35 +0000 Subject: [PATCH] Bump github.com/IBM-Cloud/power-go-client from 1.5.1 to 1.5.2 Bumps [github.com/IBM-Cloud/power-go-client](https://github.com/IBM-Cloud/power-go-client) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/IBM-Cloud/power-go-client/releases) - [Commits](https://github.com/IBM-Cloud/power-go-client/compare/v1.5.1...v1.5.2) --- updated-dependencies: - dependency-name: github.com/IBM-Cloud/power-go-client dependency-type: direct:production update-type: version-update:semver-patch ... 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 42fa301..9792e1e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/ppc64le-cloud/packer-plugin-powervs go 1.18 require ( - github.com/IBM-Cloud/power-go-client v1.5.1 + github.com/IBM-Cloud/power-go-client v1.5.2 github.com/IBM/go-sdk-core/v5 v5.14.1 github.com/IBM/platform-services-go-sdk v0.52.0 github.com/hashicorp/hcl/v2 v2.19.1 diff --git a/go.sum b/go.sum index 8f13831..5d12a70 100644 --- a/go.sum +++ b/go.sum @@ -20,8 +20,8 @@ github.com/ChrisTrenkamp/goxpath v0.0.0-20170922090931-c385f95c6022/go.mod h1:nu github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6 h1:w0E0fgc1YafGEh5cROhlROMWXiNoZqApk2PDN0M1+Ns= github.com/ChrisTrenkamp/goxpath v0.0.0-20210404020558-97928f7e12b6/go.mod h1:nuWgzSkT5PnyOd+272uUmV0dnAnAn42Mk7PiQC5VzN4= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= -github.com/IBM-Cloud/power-go-client v1.5.1 h1:irBXhyzfq9pTARoSWINjGjg60Hu4BAdDBSofS6BPg7A= -github.com/IBM-Cloud/power-go-client v1.5.1/go.mod h1:Vd8aSxWA30soUhE2U+tmzaYDUVNOmQE3/npny7BsN6Y= +github.com/IBM-Cloud/power-go-client v1.5.2 h1:p8+vY9+wtr4BIa2+Y4EVI0jlvRg+FLWsbOpWYNlKXDw= +github.com/IBM-Cloud/power-go-client v1.5.2/go.mod h1:Vd8aSxWA30soUhE2U+tmzaYDUVNOmQE3/npny7BsN6Y= github.com/IBM/go-sdk-core/v5 v5.14.1 h1:WR1r0zz+gDW++xzZjF41r9ueY4JyjS2vgZjiYs8lO3c= github.com/IBM/go-sdk-core/v5 v5.14.1/go.mod h1:MUvIr/1mgGh198ZXL+ByKz9Qs1JoEh80v/96x8jPXNY= github.com/IBM/platform-services-go-sdk v0.52.0 h1:hbf640xE8T0Rwy2IUf5Pu4OATabGS4IDMnEInXUXs4o=