File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ require (
69
69
github.com/go-openapi/jsonpointer v0.21.0 // indirect
70
70
github.com/go-openapi/jsonreference v0.21.0 // indirect
71
71
github.com/go-openapi/swag v0.23.0 // indirect
72
- github.com/go-viper/mapstructure/v2 v2.3 .0 // indirect
72
+ github.com/go-viper/mapstructure/v2 v2.4 .0 // indirect
73
73
github.com/gogo/protobuf v1.3.2 // indirect
74
74
github.com/google/btree v1.1.3 // indirect
75
75
github.com/google/gnostic-models v0.6.9 // indirect
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ github.com/go-openapi/swag v0.23.0 h1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+Gr
86
86
github.com/go-openapi/swag v0.23.0 /go.mod h1:esZ8ITTYEsH1V2trKHjAN8Ai7xHb8RV+YSZ577vPjgQ =
87
87
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI =
88
88
github.com/go-task/slim-sprig/v3 v3.0.0 /go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8 =
89
- github.com/go-viper/mapstructure/v2 v2.3 .0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
90
- github.com/go-viper/mapstructure/v2 v2.3 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
89
+ github.com/go-viper/mapstructure/v2 v2.4 .0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs =
90
+ github.com/go-viper/mapstructure/v2 v2.4 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
91
91
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
92
92
github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
93
93
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek =
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ import (
19
19
)
20
20
21
21
func TestIstioAddonDeployment (t * testing.T ) {
22
+ t .Skip ("skipping until https://github.com/Kong/kubernetes-testing-framework/issues/1413 is resolved" )
23
+
22
24
t .Parallel ()
23
25
24
26
t .Log ("deploying the test cluster and environment" )
You can’t perform that action at this time.
0 commit comments