We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d4bcf commit 97f3757Copy full SHA for 97f3757
go.mod
@@ -5,6 +5,7 @@ go 1.18
5
require (
6
dario.cat/mergo v1.0.0
7
github.com/bufbuild/buf v1.25.0
8
+ github.com/evanphx/json-patch/v5 v5.6.0
9
github.com/go-logr/logr v1.2.4
10
github.com/google/go-cmp v0.5.9
11
github.com/hashicorp/vault/api v1.9.2
@@ -41,7 +42,6 @@ require (
41
42
github.com/docker/go-connections v0.4.0 // indirect
43
github.com/docker/go-units v0.5.0 // indirect
44
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
- github.com/evanphx/json-patch/v5 v5.6.0 // indirect
45
github.com/fatih/color v1.15.0 // indirect
46
github.com/felixge/fgprof v0.9.3 // indirect
47
github.com/fsnotify/fsnotify v1.6.0 // indirect
0 commit comments