Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/orange-cloudavenue/terraform-plugin-framework-supertypes from 0.5.0 to 1.0.0 #288

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/hashicorp/terraform-plugin-testing v1.11.0
github.com/microsoft/fabric-sdk-go v0.1.0-beta.13
github.com/ohler55/ojg v1.26.1
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v1.0.0
github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.14.1
github.com/stretchr/testify v1.10.0
software.sslmate.com/src/go-pkcs12 v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ github.com/ohler55/ojg v1.26.1 h1:J5TaLmVEuvnpVH7JMdT1QdbpJU545Yp6cKiCO4aQILc=
github.com/ohler55/ojg v1.26.1/go.mod h1:gQhDVpQLqrmnd2eqGAvJtn+NfKoYJbe/A4Sj3/Vro4o=
github.com/oklog/run v1.1.0 h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=
github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU=
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0 h1:0rogLDkZ5gbdEs0zNQ3orqLaLk5gwwF+8LxsnqWCcN8=
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v0.5.0/go.mod h1:16/Jv7sxRN3PhKkb7I2LAi7gtpQju65Kd+jmlE2st04=
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v1.0.0 h1:HvbMI4JHsl1HmTIVU2N50t7H4qbIXpM7y2ljl3oOKyE=
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v1.0.0/go.mod h1:iIp5TGuiJnDvcSCYq7mWYIn4HSmjntHv+IJGMK0MsZw=
github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.14.1 h1:7CR36U7x5Xy+y/OQmYbMpJ2g5cqNOkXrc++bGodyb/M=
github.com/orange-cloudavenue/terraform-plugin-framework-validators v1.14.1/go.mod h1:XRoHgbq0xhmUvb3Ti5EiwBaL4r/FHM+eawMH/m7gIqw=
github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=
Expand Down
Loading