Skip to content

Commit 3b3021f

Browse files
chore: bump github.com/hashicorp/go-tfe from 1.74.1 to 1.75.0 in /cli (#3827)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f88cf10 commit 3b3021f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cli/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/gen2brain/beeep v0.0.0-20230907135156-1a38885a97fc
1515
github.com/golang/mock v1.6.0
1616
github.com/hashicorp/go-multierror v1.1.1
17-
github.com/hashicorp/go-tfe v1.74.1
17+
github.com/hashicorp/go-tfe v1.75.0
1818
github.com/joho/godotenv v1.5.1
1919
github.com/pkg/errors v0.9.1
2020
github.com/sirupsen/logrus v1.9.3
@@ -193,7 +193,7 @@ require (
193193
github.com/hashicorp/errwrap v1.1.0 // indirect
194194
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
195195
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
196-
github.com/hashicorp/go-slug v0.16.3 // indirect
196+
github.com/hashicorp/go-slug v0.16.4 // indirect
197197
github.com/hashicorp/jsonapi v1.3.2 // indirect
198198
github.com/inconshreveable/mousetrap v1.1.0 // indirect
199199
github.com/jmespath/go-jmespath v0.4.0 // indirect

cli/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,8 @@ github.com/hashicorp/go-safetemp v1.0.0 h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhE
556556
github.com/hashicorp/go-safetemp v1.0.0/go.mod h1:oaerMy3BhqiTbVye6QuFhFtIceqFoDHxNAB65b+Rj1I=
557557
github.com/hashicorp/go-slug v0.9.1 h1:gYNVJ3t0jAWx8AT2eYZci3Xd7NBHyjayW9AR1DU4ki0=
558558
github.com/hashicorp/go-slug v0.9.1/go.mod h1:Ib+IWBYfEfJGI1ZyXMGNbu2BU+aa3Dzu41RKLH301v4=
559-
github.com/hashicorp/go-tfe v1.74.1 h1:I/8fOwSYox17IZV7SULIQH0ZRPNL2g/biW6hHWnOTVY=
560-
github.com/hashicorp/go-tfe v1.74.1/go.mod h1:kGHWMZ3HHjitgqON8nBZ4kPVJ3cLbzM4JMgmNVMs9aQ=
559+
github.com/hashicorp/go-tfe v1.75.0 h1:7dixINN0rOmNo4Vpe/6aVCbF0j4bQpSVzw64CSLBTe8=
560+
github.com/hashicorp/go-tfe v1.75.0/go.mod h1:IyJtCSk6TxidVAWcZeEgFzc/6fDDjinf21wyaBBc2mg=
561561
github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=
562562
github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
563563
github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=

0 commit comments

Comments
 (0)