diff --git a/go.mod b/go.mod index 6ffbbac5..155affeb 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/dominikbraun/graph v0.23.0 github.com/ettle/strcase v0.2.0 github.com/flant/kube-client v1.5.0 - github.com/flant/shell-operator v1.13.1 + github.com/flant/shell-operator v1.13.2 github.com/go-chi/chi/v5 v5.2.3 github.com/go-openapi/loads v0.23.1 github.com/go-openapi/spec v0.22.0 diff --git a/go.sum b/go.sum index 221b4bb1..a1e2b25d 100644 --- a/go.sum +++ b/go.sum @@ -155,8 +155,8 @@ github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2 github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= github.com/flant/kube-client v1.5.0 h1:6QZOZy3uk58Bh9YUn4CnhEz13og/cEGXB2uBZ1gWwtM= github.com/flant/kube-client v1.5.0/go.mod h1:hpJZ0FnDKHW3r5q5SYQgBrTw9k94q4+dcnJ4uOGYBHc= -github.com/flant/shell-operator v1.13.1 h1:r9CQ5ePQnMmdGEFKSQhl30wMLGJwFVeMWLgm/YcHS20= -github.com/flant/shell-operator v1.13.1/go.mod h1:RBF54qg73+nPH98uDJa8Hqog8DSE+c+ecXvC+/GGQjc= +github.com/flant/shell-operator v1.13.2 h1:c/hNzlkz1wv2PM2wu1eL5+DHmZrOFiGdypVk6jUO3bk= +github.com/flant/shell-operator v1.13.2/go.mod h1:RBF54qg73+nPH98uDJa8Hqog8DSE+c+ecXvC+/GGQjc= github.com/flopp/go-findfont v0.1.0 h1:lPn0BymDUtJo+ZkV01VS3661HL6F4qFlkhcJN55u6mU= github.com/flopp/go-findfont v0.1.0/go.mod h1:wKKxRDjD024Rh7VMwoU90i6ikQRCr+JTHB5n4Ejkqvw= github.com/fluxcd/flagger v1.36.1 h1:X2PumtNwZz9YSGaOtZLFm2zAKLgHhFkbNv8beg7ifyc=