diff --git a/.changelog/69.txt b/.changelog/69.txt new file mode 100644 index 0000000..2355fe7 --- /dev/null +++ b/.changelog/69.txt @@ -0,0 +1,3 @@ +```release-note:dependency +deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-supertypes from 0.3.0 to 0.3.1 +``` diff --git a/go.mod b/go.mod index 831ec8f..bb3a790 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/FrangipaneTeam/terraform-plugin-framework-superschema go 1.20 require ( - github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.3.0 + github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.3.1 github.com/hashicorp/terraform-plugin-framework v1.5.0 github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1 github.com/iancoleman/strcase v0.3.0 @@ -12,7 +12,7 @@ require ( require ( github.com/fatih/color v1.16.0 // indirect github.com/hashicorp/go-hclog v1.5.0 // indirect - github.com/hashicorp/terraform-plugin-go v0.20.0 // indirect + github.com/hashicorp/terraform-plugin-go v0.21.0 // indirect github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect diff --git a/go.sum b/go.sum index 5865246..62e87b2 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.3.0 h1:RB6EBJtEzKNncTPXoVyHbsjbSqu6Q7vL4CEF7WE3s2Y= -github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.3.0/go.mod h1:T6xRJTsLe4QEwy6B+kix0QOsRwwc+uWorFGZxu70cyk= +github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.3.1 h1:6uU57CoUnM/EX1fhmabQXncqU5v7aKTJmi4BqXuc1kA= +github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.3.1/go.mod h1:ZJNukssBEHr0tKJmxpjejljw3ADi131O23j6KdL5I24= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -13,8 +13,8 @@ github.com/hashicorp/terraform-plugin-framework v1.5.0 h1:8kcvqJs/x6QyOFSdeAyEgs github.com/hashicorp/terraform-plugin-framework v1.5.0/go.mod h1:6waavirukIlFpVpthbGd2PUNYaFedB0RwW3MDzJ/rtc= github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1 h1:gm5b1kHgFFhaKFhm4h2TgvMUlNzFAtUqlcOWnWPm+9E= github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1/go.mod h1:MsjL1sQ9L7wGwzJ5RjcI6FzEMdyoBnw+XK8ZnOvQOLY= -github.com/hashicorp/terraform-plugin-go v0.20.0 h1:oqvoUlL+2EUbKNsJbIt3zqqZ7wi6lzn4ufkn/UA51xQ= -github.com/hashicorp/terraform-plugin-go v0.20.0/go.mod h1:Rr8LBdMlY53a3Z/HpP+ZU3/xCDqtKNCkeI9qOyT10QE= +github.com/hashicorp/terraform-plugin-go v0.21.0 h1:VSjdVQYNDKR0l2pi3vsFK1PdMQrw6vGOshJXMNFeVc0= +github.com/hashicorp/terraform-plugin-go v0.21.0/go.mod h1:piJp8UmO1uupCvC9/H74l2C6IyKG0rW4FDedIpwW5RQ= 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/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI=