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,13 +6,13 @@ require (
66 github.com/google/go-cmp v0.5.9
77 github.com/hashicorp/terraform-plugin-framework v1.1.1
88 github.com/hashicorp/terraform-plugin-go v0.14.3
9- github.com/hashicorp/terraform-plugin-log v0.7 .0
9+ github.com/hashicorp/terraform-plugin-log v0.8 .0
1010)
1111
1212require (
1313 github.com/fatih/color v1.13.0 // indirect
1414 github.com/golang/protobuf v1.5.2 // indirect
15- github.com/hashicorp/go-hclog v1.2.1 // indirect
15+ github.com/hashicorp/go-hclog v1.4.0 // indirect
1616 github.com/mattn/go-colorable v0.1.12 // indirect
1717 github.com/mattn/go-isatty v0.0.14 // indirect
1818 github.com/mitchellh/go-testing-interface v1.14.1 // indirect
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiu
1111github.com/google/go-cmp v0.5.5 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
1212github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
1313github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
14- github.com/hashicorp/go-hclog v1.2.1 h1:YQsLlGDJgwhXFpucSPyVbCBviQtjlHv3jLTlp8YmtEw =
15- github.com/hashicorp/go-hclog v1.2.1 /go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M =
14+ github.com/hashicorp/go-hclog v1.4.0 h1:ctuWFGrhFha8BnnzxqeRGidlEcQkDyL5u8J8t5eA11I =
15+ github.com/hashicorp/go-hclog v1.4.0 /go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M =
1616github.com/hashicorp/terraform-plugin-framework v1.1.1 h1:PbnEKHsIU8KTTzoztHQGgjZUWx7Kk8uGtpGMMc1p+oI =
1717github.com/hashicorp/terraform-plugin-framework v1.1.1 /go.mod h1:DyZPxQA+4OKK5ELxFIIcqggcszqdWWUpTLPHAhS/tkY =
1818github.com/hashicorp/terraform-plugin-go v0.14.3 h1:nlnJ1GXKdMwsC8g1Nh05tK2wsC3+3BL/DBBxFEki+j0 =
1919github.com/hashicorp/terraform-plugin-go v0.14.3 /go.mod h1:7ees7DMZ263q8wQ6E4RdIdR6nHHJtrdt4ogX5lPkX1A =
20- github.com/hashicorp/terraform-plugin-log v0.7 .0 h1:SDxJUyT8TwN4l5b5/VkiTIaQgY6R+Y2BQ0sRZftGKQs =
21- github.com/hashicorp/terraform-plugin-log v0.7 .0 /go.mod h1:p4R1jWBXRTvL4odmEkFfDdhUjHf9zcs/BCoNHAc7IK4 =
20+ github.com/hashicorp/terraform-plugin-log v0.8 .0 h1:pX2VQ/TGKu+UU1rCay0OlzosNKe4Nz1pepLXj95oyy0 =
21+ github.com/hashicorp/terraform-plugin-log v0.8 .0 /go.mod h1:1myFrhVsBLeylQzYYEV17VVjtG8oYPRFdaZs7xdW2xs =
2222github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI =
2323github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
2424github.com/kr/pty v1.1.1 /go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ =
You can’t perform that action at this time.
0 commit comments