File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
5
5
toolchain go1.24.4
6
6
7
7
require (
8
- github.com/go-swagger/go-swagger v0.30.5
8
+ github.com/go-swagger/go-swagger v0.32.3
9
9
github.com/hashicorp/terraform-plugin-docs v0.21.0
10
10
github.com/hashicorp/terraform-plugin-framework v1.14.1
11
11
golang.org/x/oauth2 v0.29.0
@@ -18,6 +18,7 @@ require (
18
18
github.com/go-openapi/strfmt v0.23.0 // indirect
19
19
github.com/go-openapi/swag v0.23.0 // indirect
20
20
github.com/go-openapi/validate v0.24.0 // indirect
21
+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
21
22
github.com/google/go-cmp v0.7.0 // indirect
22
23
github.com/hashicorp/go-cty v1.5.0 // indirect
23
24
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
Original file line number Diff line number Diff line change @@ -84,10 +84,14 @@ github.com/go-openapi/validate v0.24.0 h1:LdfDKwNbpB6Vn40xhTdNZAnfLECL81w+VX3Bum
84
84
github.com/go-openapi/validate v0.24.0 /go.mod h1:iyeX1sEufmv3nPbBdX3ieNviWnOZaJ1+zquzJEf2BAQ =
85
85
github.com/go-swagger/go-swagger v0.30.5 h1:SQ2+xSonWjjoEMOV5tcOnZJVlfyUfCBhGQGArS1b9+U =
86
86
github.com/go-swagger/go-swagger v0.30.5 /go.mod h1:cWUhSyCNqV7J1wkkxfr5QmbcnCewetCdvEXqgPvbc/Q =
87
+ github.com/go-swagger/go-swagger v0.32.3 h1:bhAfZ4WaFXyPuw2OrXg34rOcUBR++fpVdonRRYzBK1c =
88
+ github.com/go-swagger/go-swagger v0.32.3 /go.mod h1:lAwO1nKff3qNRJYVQeTCl1am5pcNiiA2VyDf8TqzS24 =
87
89
github.com/go-swagger/scan-repo-boundary v0.0.0-20180623220736-973b3573c013 h1:l9rI6sNaZgNC0LnF3MiE+qTmyBA/tZAg1rtyrGbUMK0 =
88
90
github.com/go-swagger/scan-repo-boundary v0.0.0-20180623220736-973b3573c013 /go.mod h1:b65mBPzqzZWxOZGxSWrqs4GInLIn+u99Q9q7p+GKni0 =
89
91
github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68 =
90
92
github.com/go-test/deep v1.0.3 /go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA =
93
+ github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
94
+ github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
91
95
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE =
92
96
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
93
97
github.com/golang/protobuf v1.1.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
You can’t perform that action at this time.
0 commit comments