From 6da589d72422ff13ee0b8e56f3d4cacb87fabf0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:04:09 +0000 Subject: [PATCH] build(deps): bump github.com/hashicorp/go-tfe Bumps [github.com/hashicorp/go-tfe](https://github.com/hashicorp/go-tfe) from 1.55.0 to 1.61.0. - [Release notes](https://github.com/hashicorp/go-tfe/releases) - [Changelog](https://github.com/hashicorp/go-tfe/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/go-tfe/compare/v1.55.0...v1.61.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-tfe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- adapters/terraformcloud/go.mod | 2 +- adapters/terraformcloud/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/adapters/terraformcloud/go.mod b/adapters/terraformcloud/go.mod index e07dbf1..f04b157 100644 --- a/adapters/terraformcloud/go.mod +++ b/adapters/terraformcloud/go.mod @@ -3,7 +3,7 @@ module github.com/ovotech/go-sync/adapters/terraformcloud go 1.22 require ( - github.com/hashicorp/go-tfe v1.55.0 + github.com/hashicorp/go-tfe v1.61.0 github.com/ovotech/go-sync v0.14.0 github.com/stretchr/testify v1.9.0 ) diff --git a/adapters/terraformcloud/go.sum b/adapters/terraformcloud/go.sum index c5c0e1f..631c169 100644 --- a/adapters/terraformcloud/go.sum +++ b/adapters/terraformcloud/go.sum @@ -21,8 +21,8 @@ github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISH github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk= github.com/hashicorp/go-slug v0.15.1 h1:YG7h31TnKPKWlQDfoe19vLofv3loS57AwgW8WAt6xo8= github.com/hashicorp/go-slug v0.15.1/go.mod h1:THWVTAXwJEinbsp4/bBRcmbaO5EYNLTqxbG4tZ3gCYQ= -github.com/hashicorp/go-tfe v1.55.0 h1:kZ2DydoqMCtRTLYyivJKl4BzQj7Oibs9/hyMHMvHlFU= -github.com/hashicorp/go-tfe v1.55.0/go.mod h1:XnTtBj3tVQ4uFkcFsv8Grn+O1CVcIcceL1uc2AgUcaU= +github.com/hashicorp/go-tfe v1.61.0 h1:KlLB/hbU2nnHWzzS1Z9UNGw5gjrfFh+XntcKrf4CLv0= +github.com/hashicorp/go-tfe v1.61.0/go.mod h1:XnTtBj3tVQ4uFkcFsv8Grn+O1CVcIcceL1uc2AgUcaU= github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8= github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=