Skip to content

Commit b375467

Browse files
committed
tidy
Signed-off-by: Pavel Okhlopkov <pavel.okhlopkov@flant.com>
1 parent a9f333a commit b375467

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/dominikbraun/graph v0.23.0
1111
github.com/ettle/strcase v0.2.0
1212
github.com/flant/kube-client v1.3.1
13-
github.com/flant/shell-operator v1.11.2-0.20251006170554-9f8e9743f0ce
13+
github.com/flant/shell-operator v1.11.2-0.20251006184101-939e9a8497a4
1414
github.com/go-chi/chi/v5 v5.2.2
1515
github.com/go-openapi/loads v0.19.5
1616
github.com/go-openapi/spec v0.19.8
@@ -172,7 +172,7 @@ require (
172172
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
173173
github.com/pjbgf/sha1cd v0.3.0 // indirect
174174
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
175-
github.com/prometheus/client_golang v1.22.0 // indirect
175+
github.com/prometheus/client_golang v1.22.0
176176
github.com/prometheus/client_model v0.6.1 // indirect
177177
github.com/prometheus/common v0.62.0 // indirect
178178
github.com/prometheus/procfs v0.15.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ github.com/flant/go-openapi-validate v0.19.12-flant.1 h1:GuB9XEfiLHq3M7fafRLq1AW
164164
github.com/flant/go-openapi-validate v0.19.12-flant.1/go.mod h1:Rzou8hA/CBw8donlS6WNEUQupNvUZ0waH08tGe6kAQ4=
165165
github.com/flant/kube-client v1.3.1 h1:1SdD799sujXNg2F6Z27le/+qkcKQaKf9Z492YGEhVhc=
166166
github.com/flant/kube-client v1.3.1/go.mod h1:mql6hsZMgBLAhdj3Emb8TrP5MVdXduFQ2NLjzn6IF0Y=
167-
github.com/flant/shell-operator v1.11.2-0.20251006170554-9f8e9743f0ce h1:NjGH3Go4MP6TvJLdzmoh16L9zC8GrfMzTJxM7Mdz5XA=
168-
github.com/flant/shell-operator v1.11.2-0.20251006170554-9f8e9743f0ce/go.mod h1:TFTCgXpp+yrvSUQSQKgotJbRK720fiqwaQdFVU6dAlU=
167+
github.com/flant/shell-operator v1.11.2-0.20251006184101-939e9a8497a4 h1:J+A/ALScqVjFAVRw2NIKyitdEvoUUc+cVRvXBqaFlHQ=
168+
github.com/flant/shell-operator v1.11.2-0.20251006184101-939e9a8497a4/go.mod h1:TFTCgXpp+yrvSUQSQKgotJbRK720fiqwaQdFVU6dAlU=
169169
github.com/flopp/go-findfont v0.1.0 h1:lPn0BymDUtJo+ZkV01VS3661HL6F4qFlkhcJN55u6mU=
170170
github.com/flopp/go-findfont v0.1.0/go.mod h1:wKKxRDjD024Rh7VMwoU90i6ikQRCr+JTHB5n4Ejkqvw=
171171
github.com/fluxcd/flagger v1.36.1 h1:X2PumtNwZz9YSGaOtZLFm2zAKLgHhFkbNv8beg7ifyc=

0 commit comments

Comments
 (0)