Skip to content

Commit c77b5dc

Browse files
committed
switch to commit hash
1 parent fd9c627 commit c77b5dc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ toolchain go1.22.7
66

77
require (
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-
1713
require (
1814
github.com/fatih/color v1.13.0 // indirect
1915
github.com/hashicorp/go-hclog v1.5.0 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
77
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
88
github.com/hashicorp/go-hclog v1.5.0 h1:bI2ocEMgcVlz55Oj1xZNBsVi900c7II+fWDyV9o+13c=
99
github.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=
1014
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=
1115
github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow=
1216
github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=

0 commit comments

Comments
 (0)