@@ -58,6 +58,7 @@ require (
58
58
github.com/docker/docker v20.10.20+incompatible
59
59
github.com/docker/go-connections v0.4.0
60
60
github.com/dustin/go-humanize v1.0.1
61
+ github.com/evanphx/json-patch v4.12.0+incompatible
61
62
github.com/fatih/semgroup v1.2.0
62
63
github.com/go-git/go-git/v5 v5.5.2
63
64
github.com/golang/glog v1.0.0
@@ -184,7 +185,6 @@ require (
184
185
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
185
186
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
186
187
github.com/emirpasic/gods v1.18.1 // indirect
187
- github.com/evanphx/json-patch v4.12.0+incompatible // indirect
188
188
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
189
189
github.com/francoispqt/gojay v1.2.13 // indirect
190
190
github.com/fsnotify/fsnotify v1.6.0 // indirect
@@ -249,7 +249,7 @@ require (
249
249
github.com/morikuni/aec v1.0.0 // indirect
250
250
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
251
251
github.com/oklog/ulid v1.3.1 // indirect
252
- github.com/opencontainers/runc v1.1.4 // indirect
252
+ github.com/opencontainers/runc v1.1.5 // indirect
253
253
github.com/opencontainers/selinux v1.11.0 // indirect
254
254
github.com/pelletier/go-toml v1.9.5 // indirect
255
255
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
0 commit comments