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 @@ -3,7 +3,7 @@ module github.com/CiscoDevNet/terraform-provider-nxos
3
3
go 1.18
4
4
5
5
require (
6
- github.com/hashicorp/terraform-plugin-docs v0.17 .0
6
+ github.com/hashicorp/terraform-plugin-docs v0.18 .0
7
7
github.com/hashicorp/terraform-plugin-framework v1.5.0
8
8
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
9
9
github.com/hashicorp/terraform-plugin-go v0.20.0
@@ -45,7 +45,7 @@ require (
45
45
github.com/hashicorp/hcl/v2 v2.19.1 // indirect
46
46
github.com/hashicorp/logutils v1.0.0 // indirect
47
47
github.com/hashicorp/terraform-exec v0.20.0 // indirect
48
- github.com/hashicorp/terraform-json v0.20 .0 // indirect
48
+ github.com/hashicorp/terraform-json v0.21 .0 // indirect
49
49
github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0 // indirect
50
50
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
51
51
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ github.com/hashicorp/logutils v1.0.0 h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI
83
83
github.com/hashicorp/logutils v1.0.0 /go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64 =
84
84
github.com/hashicorp/terraform-exec v0.20.0 h1:DIZnPsqzPGuUnq6cH8jWcPunBfY+C+M8JyYF3vpnuEo =
85
85
github.com/hashicorp/terraform-exec v0.20.0 /go.mod h1:ckKGkJWbsNqFKV1itgMnE0hY9IYf1HoiekpuN0eWoDw =
86
- github.com/hashicorp/terraform-json v0.20 .0 h1:cJcvn4gIOTi0SD7pIy+xiofV1zFA3hza+6K+fo52IX8 =
87
- github.com/hashicorp/terraform-json v0.20 .0 /go.mod h1:qdeBs11ovMzo5puhrRibdD6d2Dq6TyE/28JiU4tIQxk =
88
- github.com/hashicorp/terraform-plugin-docs v0.17 .0 h1:H1Yc+bgB//Geau5g7YKkhG5v9tghI3vplfIYTOl85Uw =
89
- github.com/hashicorp/terraform-plugin-docs v0.17 .0 /go.mod h1:cKC8GSLE+0a0bi7LtlpXgrqnlRDCGoGDn15PTEA+Ang =
86
+ github.com/hashicorp/terraform-json v0.21 .0 h1:9NQxbLNqPbEMze+S6+YluEdXgJmhQykRyRNd+zTI05U =
87
+ github.com/hashicorp/terraform-json v0.21 .0 /go.mod h1:qdeBs11ovMzo5puhrRibdD6d2Dq6TyE/28JiU4tIQxk =
88
+ github.com/hashicorp/terraform-plugin-docs v0.18 .0 h1:2bINhzXc+yDeAcafurshCrIjtdu1XHn9zZ3ISuEhgpk =
89
+ github.com/hashicorp/terraform-plugin-docs v0.18 .0 /go.mod h1:iIUfaJpdUmpi+rI42Kgq+63jAjI8aZVTyxp3Bvk9Hg8 =
90
90
github.com/hashicorp/terraform-plugin-framework v1.5.0 h1:8kcvqJs/x6QyOFSdeAyEgsenVOUeC/IyKpi2ul4fjTg =
91
91
github.com/hashicorp/terraform-plugin-framework v1.5.0 /go.mod h1:6waavirukIlFpVpthbGd2PUNYaFedB0RwW3MDzJ/rtc =
92
92
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 h1:HOjBuMbOEzl7snOdOoUfE2Jgeto6JOjLVQ39Ls2nksc =
You can’t perform that action at this time.
0 commit comments