From 7d075111112a623f97862c3e7a5348ec027594be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 23:00:37 +0000 Subject: [PATCH] Bump github.com/hashicorp/go-tfe from 1.107.0 to 1.108.0 Bumps [github.com/hashicorp/go-tfe](https://github.com/hashicorp/go-tfe) from 1.107.0 to 1.108.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.107.0...v1.108.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-tfe dependency-version: 1.108.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 0442c30..66fcbc5 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( ) require ( - github.com/hashicorp/go-tfe v1.107.0 + github.com/hashicorp/go-tfe v1.108.0 github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/spf13/cobra v1.10.2 diff --git a/go.sum b/go.sum index 1d42ad2..5954491 100644 --- a/go.sum +++ b/go.sum @@ -16,8 +16,8 @@ github.com/hashicorp/go-retryablehttp v0.7.8 h1:ylXZWnqa7Lhqpk0L1P1LzDtGcCR0rPVU github.com/hashicorp/go-retryablehttp v0.7.8/go.mod h1:rjiScheydd+CxvumBsIrFKlx3iS0jrZ7LvzFGFmuKbw= github.com/hashicorp/go-slug v0.16.8 h1:f4/sDZqRsxx006HrE6e9BE5xO9lWXydKhVoH6Kb0v1M= github.com/hashicorp/go-slug v0.16.8/go.mod h1:hB4mUcVHl4RPu0205s0fwmB9i31MxQgeafGkko3FD+Y= -github.com/hashicorp/go-tfe v1.107.0 h1:ux6qBTHJ3OmIDnF3qWetDilgdbb4udvw0tp2ZC2oP8I= -github.com/hashicorp/go-tfe v1.107.0/go.mod h1:d8js2OmMnCq58gEh26mCS81nD8Aj7HmG6IO1b80gM78= +github.com/hashicorp/go-tfe v1.108.0 h1:Wsy7Jj0NOfaHs83v+2h7QcTxsVR8svQaUFTZJ0xJSLk= +github.com/hashicorp/go-tfe v1.108.0/go.mod h1:d8js2OmMnCq58gEh26mCS81nD8Aj7HmG6IO1b80gM78= 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.9.0 h1:CeOIz6k+LoN3qX9Z0tyQrPtiB1DFYRPfCIBtaXPSCnA=