diff --git a/.changes/unreleased/Dependency-20251124-010312.yaml b/.changes/unreleased/Dependency-20251124-010312.yaml new file mode 100644 index 00000000..9afedf98 --- /dev/null +++ b/.changes/unreleased/Dependency-20251124-010312.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump github.com/hashicorp/terraform-plugin-log from 0.9.0 to 0.10.0 +time: 2025-11-24T01:03:12.244629464Z diff --git a/.changes/unreleased/Dependency-20251124-010314.yaml b/.changes/unreleased/Dependency-20251124-010314.yaml new file mode 100644 index 00000000..1889843b --- /dev/null +++ b/.changes/unreleased/Dependency-20251124-010314.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump github.com/hashicorp/terraform-plugin-log from 0.9.0 to 0.10.0 +time: 2025-11-24T01:03:14.810258341Z diff --git a/.changes/unreleased/Dependency-20251124-010317.yaml b/.changes/unreleased/Dependency-20251124-010317.yaml new file mode 100644 index 00000000..5f7efad5 --- /dev/null +++ b/.changes/unreleased/Dependency-20251124-010317.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: Bump github.com/hashicorp/terraform-plugin-log from 0.9.0 to 0.10.0 +time: 2025-11-24T01:03:17.390311388Z diff --git a/go.mod b/go.mod index 79c6d4b3..d68dcc33 100644 --- a/go.mod +++ b/go.mod @@ -1,13 +1,13 @@ module github.com/opslevel/terraform-provider-opslevel -go 1.24 +go 1.24.0 toolchain go1.24.2 require ( github.com/hashicorp/terraform-plugin-framework v1.15.1 github.com/hashicorp/terraform-plugin-framework-validators v0.18.0 - github.com/hashicorp/terraform-plugin-log v0.9.0 + github.com/hashicorp/terraform-plugin-log v0.10.0 github.com/opslevel/opslevel-go/v2025 v2025.8.5 github.com/relvacode/iso8601 v1.7.0 golang.org/x/net v0.43.0 diff --git a/go.sum b/go.sum index d50a863f..ca71a17e 100644 --- a/go.sum +++ b/go.sum @@ -57,8 +57,8 @@ github.com/hashicorp/terraform-plugin-framework-validators v0.18.0 h1:OQnlOt98ua github.com/hashicorp/terraform-plugin-framework-validators v0.18.0/go.mod h1:lZvZvagw5hsJwuY7mAY6KUz45/U6fiDR0CzQAwWD0CA= github.com/hashicorp/terraform-plugin-go v0.28.0 h1:zJmu2UDwhVN0J+J20RE5huiF3XXlTYVIleaevHZgKPA= github.com/hashicorp/terraform-plugin-go v0.28.0/go.mod h1:FDa2Bb3uumkTGSkTFpWSOwWJDwA7bf3vdP3ltLDTH6o= -github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0= -github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow= +github.com/hashicorp/terraform-plugin-log v0.10.0 h1:eu2kW6/QBVdN4P3Ju2WiB2W3ObjkAsyfBsL3Wh1fj3g= +github.com/hashicorp/terraform-plugin-log v0.10.0/go.mod h1:/9RR5Cv2aAbrqcTSdNmY1NRHP4E3ekrXRGjqORpXyB0= github.com/hashicorp/terraform-registry-address v0.3.0 h1:HMpK3nqaGFPS9VmgRXrJL/dzHNdheGVKk5k7VlFxzCo= github.com/hashicorp/terraform-registry-address v0.3.0/go.mod h1:jRGCMiLaY9zii3GLC7hqpSnwhfnCN5yzvY0hh4iCGbM= github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=