From 24489d39d08b6846765d38c3b084e76d679a08f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 04:17:50 +0000 Subject: [PATCH] chore: bump github.com/hashicorp/go-tfe from 1.73.1 to 1.74.0 in /cli Bumps [github.com/hashicorp/go-tfe](https://github.com/hashicorp/go-tfe) from 1.73.1 to 1.74.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.73.1...v1.74.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] --- cli/go.mod | 2 +- cli/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/go.mod b/cli/go.mod index 6ccb62da02..72f226bfcf 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -16,7 +16,7 @@ require ( github.com/gen2brain/beeep v0.0.0-20230907135156-1a38885a97fc github.com/golang/mock v1.6.0 github.com/hashicorp/go-multierror v1.1.1 - github.com/hashicorp/go-tfe v1.73.1 + github.com/hashicorp/go-tfe v1.74.0 github.com/joho/godotenv v1.5.1 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.9.3 diff --git a/cli/go.sum b/cli/go.sum index 1cf583fba3..3c23324fd6 100644 --- a/cli/go.sum +++ b/cli/go.sum @@ -544,8 +544,8 @@ github.com/hashicorp/go-safetemp v1.0.0 h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhE github.com/hashicorp/go-safetemp v1.0.0/go.mod h1:oaerMy3BhqiTbVye6QuFhFtIceqFoDHxNAB65b+Rj1I= github.com/hashicorp/go-slug v0.9.1 h1:gYNVJ3t0jAWx8AT2eYZci3Xd7NBHyjayW9AR1DU4ki0= github.com/hashicorp/go-slug v0.9.1/go.mod h1:Ib+IWBYfEfJGI1ZyXMGNbu2BU+aa3Dzu41RKLH301v4= -github.com/hashicorp/go-tfe v1.73.1 h1:JmS5OClA4SkW8MygjgbSovYc8W4rPCUpxqXWEUVsOII= -github.com/hashicorp/go-tfe v1.73.1/go.mod h1:1+oOnpyJ+I/shr8GV+pdB8wzitFWO9p1VOkDhUSlyj0= +github.com/hashicorp/go-tfe v1.74.0 h1:7WleOjPcbow0EsPF1LT1LgflJ7k1z6Sf0mgb+5kAqo4= +github.com/hashicorp/go-tfe v1.74.0/go.mod h1:1+oOnpyJ+I/shr8GV+pdB8wzitFWO9p1VOkDhUSlyj0= 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.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=