diff --git a/go.mod b/go.mod index fed4492..4908d14 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/hashicorp/hcptf-cli go 1.25.0 require ( - github.com/hashicorp/go-tfe v1.103.0 + github.com/hashicorp/go-tfe v1.104.0 github.com/hashicorp/hcl/v2 v2.24.0 github.com/hashicorp/jsonapi v1.5.0 github.com/mitchellh/cli v1.1.5 diff --git a/go.sum b/go.sum index c39b04d..aeb95e3 100644 --- a/go.sum +++ b/go.sum @@ -57,8 +57,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.103.0 h1:2sx/8733WdFoEhrKbRkVhrlR+Z3Jkv2juFNFvr9AYQs= -github.com/hashicorp/go-tfe v1.103.0/go.mod h1:h9zoGyk0+5YCxuahXVppZ5kUNxqHhdZ21jrnLPDPNS4= +github.com/hashicorp/go-tfe v1.104.0 h1:IT4FJVk6mKRFado/Ciaqh6RFYDMQY0RaXypZbjtFIBI= +github.com/hashicorp/go-tfe v1.104.0/go.mod h1:h9zoGyk0+5YCxuahXVppZ5kUNxqHhdZ21jrnLPDPNS4= 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.8.0 h1:KAkNb1HAiZd1ukkxDFGmokVZe1Xy9HG6NUp+bPle2i4=