File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,10 @@ toolchain go1.22.7
66
77require (
88 github.com/google/go-cmp v0.6.0
9- github.com/hashicorp/terraform-plugin-framework v1.13.0
10- github.com/hashicorp/terraform-plugin-go v0.25.0
9+ github.com/hashicorp/terraform-plugin-framework v1.13.1-0.20241203155412-a2d406602012
10+ github.com/hashicorp/terraform-plugin-go v0.25.1-0.20241126200214-bd716fcfe407
1111)
1212
13- replace github.com/hashicorp/terraform-plugin-go => /Users/austin.valle/code/terraform-plugin-go
14-
15- replace github.com/hashicorp/terraform-plugin-framework => /Users/austin.valle/code/terraform-plugin-framework
16-
1713require (
1814 github.com/fatih/color v1.13.0 // indirect
1915 github.com/hashicorp/go-hclog v1.5.0 // indirect
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
77github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
88github.com/hashicorp/go-hclog v1.5.0 h1:bI2ocEMgcVlz55Oj1xZNBsVi900c7II+fWDyV9o+13c =
99github.com/hashicorp/go-hclog v1.5.0 /go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M =
10+ github.com/hashicorp/terraform-plugin-framework v1.13.1-0.20241203155412-a2d406602012 h1:mmXb115JfQLUvlUo86P9Hu5eTNRhs4TsgUihJs67mLM =
11+ github.com/hashicorp/terraform-plugin-framework v1.13.1-0.20241203155412-a2d406602012 /go.mod h1:Rdj606MBP6yGeLrPjOEdIFpMsRZWP3E9lzGx++Zth6k =
12+ github.com/hashicorp/terraform-plugin-go v0.25.1-0.20241126200214-bd716fcfe407 h1:oLzKb+YiJIEq0EY3qGgQTxCLW2CaXN1rJp3yg1H11qI =
13+ github.com/hashicorp/terraform-plugin-go v0.25.1-0.20241126200214-bd716fcfe407 /go.mod h1:f8P2pHGkZrtdKLpCI2qIvrewUY+c4nTvtayqjJR9IcY =
1014github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0 =
1115github.com/hashicorp/terraform-plugin-log v0.9.0 /go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow =
1216github.com/mattn/go-colorable v0.1.9 /go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc =
You can’t perform that action at this time.
0 commit comments