Skip to content

Commit e082f7a

Browse files
authored
[addon-operator] chore: update kube-client to v1.9.1 (#789)
Signed-off-by: Ruslan Gorbunov <ruslan.gorbunov@flant.com>
1 parent 3fa4c21 commit e082f7a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ require (
99
github.com/deckhouse/module-sdk v0.11.1
1010
github.com/dominikbraun/graph v0.23.0
1111
github.com/ettle/strcase v0.2.0
12-
github.com/flant/kube-client v1.9.0
13-
github.com/flant/shell-operator v1.20.0
12+
github.com/flant/kube-client v1.9.1
13+
github.com/flant/shell-operator v1.20.1
1414
github.com/go-chi/chi/v5 v5.3.0
1515
github.com/go-openapi/loads v0.23.2
1616
github.com/go-openapi/spec v0.22.1

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
154154
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
155155
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
156156
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
157-
github.com/flant/kube-client v1.9.0 h1:QaKFakzqS+yd2U4l1FnjGoXRMO3vltmFsCTkuxP93hY=
158-
github.com/flant/kube-client v1.9.0/go.mod h1:jAQ01+f5Q8UJJ4RYZlk5xqoA+OOalpr/QJ3e3Q/saqw=
159-
github.com/flant/shell-operator v1.20.0 h1:q90TUMomJiVRhXtNl2wZJ8IxAm013T2Lin9C9hPT9J8=
160-
github.com/flant/shell-operator v1.20.0/go.mod h1:5dE9gD4Gw8C7yjTuwUjH0fwf9lH7Rt1t9Wb9/Ta9FSM=
157+
github.com/flant/kube-client v1.9.1 h1:B5Sa++5arl3N/KBdL1KNMlUBtzQXKz1o2FIiFb4X+VA=
158+
github.com/flant/kube-client v1.9.1/go.mod h1:jAQ01+f5Q8UJJ4RYZlk5xqoA+OOalpr/QJ3e3Q/saqw=
159+
github.com/flant/shell-operator v1.20.1 h1:v8+5r9H2bQGUDhh2hPC/GXzw1vfC8hFhO0fxSGnVCD0=
160+
github.com/flant/shell-operator v1.20.1/go.mod h1:Qj8agNbfPm6x7C3TmCpY1fCtayhqS2Sxncui7grrOVw=
161161
github.com/flopp/go-findfont v0.1.0 h1:lPn0BymDUtJo+ZkV01VS3661HL6F4qFlkhcJN55u6mU=
162162
github.com/flopp/go-findfont v0.1.0/go.mod h1:wKKxRDjD024Rh7VMwoU90i6ikQRCr+JTHB5n4Ejkqvw=
163163
github.com/fluxcd/flagger v1.36.1 h1:X2PumtNwZz9YSGaOtZLFm2zAKLgHhFkbNv8beg7ifyc=

0 commit comments

Comments
 (0)