Skip to content

Commit d1fec72

Browse files
committed
Misc
1 parent ad1da30 commit d1fec72

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ require (
1313
github.com/hashicorp/go-retryablehttp v0.7.7
1414
github.com/hashicorp/vault/api v1.16.0
1515
github.com/imdario/mergo v0.3.15
16+
github.com/onsi/ginkgo/v2 v2.17.1
17+
github.com/onsi/gomega v1.32.0
1618
github.com/pkg/errors v0.9.1
1719
github.com/prometheus/client_golang v1.22.0
1820
github.com/r3labs/diff/v3 v3.0.1
@@ -54,13 +56,15 @@ require (
5456
github.com/go-openapi/jsonpointer v0.19.6 // indirect
5557
github.com/go-openapi/jsonreference v0.20.2 // indirect
5658
github.com/go-openapi/swag v0.22.3 // indirect
59+
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
5760
github.com/gogo/protobuf v1.3.2 // indirect
5861
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5962
github.com/golang/protobuf v1.5.4 // indirect
6063
github.com/golang/snappy v0.0.4 // indirect
6164
github.com/google/gnostic-models v0.6.8 // indirect
6265
github.com/google/go-querystring v1.1.0 // indirect
6366
github.com/google/gofuzz v1.2.0 // indirect
67+
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
6468
github.com/gorilla/websocket v1.5.0 // indirect
6569
github.com/hashicorp/errwrap v1.1.0 // indirect
6670
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect

0 commit comments

Comments
 (0)