Skip to content

Commit 72874ef

Browse files
committed
go mod
Signed-off-by: Dr. Stefan Schimanski <[email protected]>
1 parent 8ee328f commit 72874ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.20
55
require (
66
dario.cat/mergo v1.0.0
77
github.com/bufbuild/buf v1.26.1
8+
github.com/evanphx/json-patch/v5 v5.6.0
89
github.com/go-logr/logr v1.2.4
910
github.com/google/go-cmp v0.5.9
1011
github.com/spf13/afero v1.9.5
@@ -39,7 +40,6 @@ require (
3940
github.com/docker/go-connections v0.4.0 // indirect
4041
github.com/docker/go-units v0.5.0 // indirect
4142
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
42-
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
4343
github.com/fatih/color v1.15.0 // indirect
4444
github.com/felixge/fgprof v0.9.3 // indirect
4545
github.com/fsnotify/fsnotify v1.6.0 // indirect

0 commit comments

Comments
 (0)