@@ -13,6 +13,8 @@ require (
13
13
github.com/hashicorp/go-retryablehttp v0.7.7
14
14
github.com/hashicorp/vault/api v1.16.0
15
15
github.com/imdario/mergo v0.3.15
16
+ github.com/onsi/ginkgo/v2 v2.17.1
17
+ github.com/onsi/gomega v1.32.0
16
18
github.com/pkg/errors v0.9.1
17
19
github.com/prometheus/client_golang v1.22.0
18
20
github.com/r3labs/diff/v3 v3.0.1
@@ -54,13 +56,15 @@ require (
54
56
github.com/go-openapi/jsonpointer v0.19.6 // indirect
55
57
github.com/go-openapi/jsonreference v0.20.2 // indirect
56
58
github.com/go-openapi/swag v0.22.3 // indirect
59
+ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
57
60
github.com/gogo/protobuf v1.3.2 // indirect
58
61
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
59
62
github.com/golang/protobuf v1.5.4 // indirect
60
63
github.com/golang/snappy v0.0.4 // indirect
61
64
github.com/google/gnostic-models v0.6.8 // indirect
62
65
github.com/google/go-querystring v1.1.0 // indirect
63
66
github.com/google/gofuzz v1.2.0 // indirect
67
+ github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
64
68
github.com/gorilla/websocket v1.5.0 // indirect
65
69
github.com/hashicorp/errwrap v1.1.0 // indirect
66
70
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
0 commit comments