@@ -3,13 +3,13 @@ module github.com/vmware/terraform-provider-tanzu-mission-control
33go 1.19
44
55require (
6- github.com/go-openapi/strfmt v0.19.3
6+ github.com/go-openapi/strfmt v0.23.0
77 github.com/go-openapi/swag v0.22.3
88 github.com/go-test/deep v1.0.3
99 github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
1010 github.com/hashicorp/terraform-plugin-sdk/v2 v2.16.0
1111 github.com/pkg/errors v0.9.1
12- github.com/stretchr/testify v1.8.2
12+ github.com/stretchr/testify v1.9.0
1313 go.pinniped.dev v0.23.0
1414 golang.org/x/exp v0.0.0-20221126150942-6ab00d035af9
1515 k8s.io/apiextensions-apiserver v0.28.2
@@ -18,26 +18,27 @@ require (
1818 sigs.k8s.io/controller-runtime v0.6.0
1919)
2020
21+ require github.com/oklog/ulid v1.3.1 // indirect
22+
2123require (
2224 github.com/agext/levenshtein v1.2.2 // indirect
2325 github.com/apparentlymart/go-cidr v1.1.0 // indirect
2426 github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
25- github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
27+ github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
2628 github.com/davecgh/go-spew v1.1.1 // indirect
2729 github.com/emicklei/go-restful/v3 v3.9.0 // indirect
2830 github.com/evanphx/json-patch v5.6.0+incompatible // indirect
2931 github.com/fatih/color v1.7.0 // indirect
3032 github.com/go-logr/logr v1.2.4 // indirect
31- github.com/go-openapi/errors v0.19.2 // indirect
33+ github.com/go-openapi/errors v0.22.0 // indirect
3234 github.com/go-openapi/jsonpointer v0.19.6 // indirect
3335 github.com/go-openapi/jsonreference v0.20.2 // indirect
34- github.com/go-stack/stack v1.8.0 // indirect
3536 github.com/gogo/protobuf v1.3.2 // indirect
3637 github.com/golang/protobuf v1.5.3 // indirect
3738 github.com/google/gnostic-models v0.6.8 // indirect
3839 github.com/google/go-cmp v0.5.9 // indirect; indirec
3940 github.com/google/gofuzz v1.2.0 // indirect
40- github.com/google/uuid v1.3 .0 // indirect
41+ github.com/google/uuid v1.6 .0 // indirect
4142 github.com/hashicorp/errwrap v1.0.0 // indirect
4243 github.com/hashicorp/go-checkpoint v0.5.0 // indirect
4344 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -79,7 +80,7 @@ require (
7980 github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
8081 github.com/vmihailenco/tagparser v0.1.1 // indirect
8182 github.com/zclconf/go-cty v1.10.0 // indirect
82- go.mongodb.org/mongo-driver v1.5.1 // indirect
83+ go.mongodb.org/mongo-driver v1.14.0 // indirect
8384 golang.org/x/crypto v0.21.0 // indirect
8485 golang.org/x/net v0.23.0 // indirect
8586 golang.org/x/oauth2 v0.8.0
0 commit comments