Skip to content

Commit 09bf09c

Browse files
committed
unit tests
1 parent c9ab37c commit 09bf09c

File tree

3 files changed

+135
-74
lines changed

3 files changed

+135
-74
lines changed

go.mod

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ 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
1816
github.com/pkg/errors v0.9.1
1917
github.com/prometheus/client_golang v1.22.0
2018
github.com/r3labs/diff/v3 v3.0.1
@@ -56,15 +54,13 @@ require (
5654
github.com/go-openapi/jsonpointer v0.19.6 // indirect
5755
github.com/go-openapi/jsonreference v0.20.2 // indirect
5856
github.com/go-openapi/swag v0.22.3 // indirect
59-
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
6057
github.com/gogo/protobuf v1.3.2 // indirect
6158
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6259
github.com/golang/protobuf v1.5.4 // indirect
6360
github.com/golang/snappy v0.0.4 // indirect
6461
github.com/google/gnostic-models v0.6.8 // indirect
6562
github.com/google/go-querystring v1.1.0 // indirect
6663
github.com/google/gofuzz v1.2.0 // indirect
67-
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
6864
github.com/gorilla/websocket v1.5.0 // indirect
6965
github.com/hashicorp/errwrap v1.1.0 // indirect
7066
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect

0 commit comments

Comments
 (0)