diff --git a/adapters/terraformcloud/go.mod b/adapters/terraformcloud/go.mod index e07dbf1..500e345 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.59.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..030c71f 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.59.0 h1:RmdSc95TFlRgnLG/GXy31c5nr4EOb74XMqG6ywKm7+I= +github.com/hashicorp/go-tfe v1.59.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=