Skip to content

Commit 11839a1

Browse files
committed
chore: bump shell operator
Signed-off-by: Timur Tuktamyshev <[email protected]>
1 parent e5dd964 commit 11839a1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

go.mod

Lines changed: 7 additions & 1 deletion
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.5.0
13-
github.com/flant/shell-operator v1.12.1
13+
github.com/flant/shell-operator v1.12.2-0.20251124190857-5e1a2b028817
1414
github.com/go-chi/chi/v5 v5.2.2
1515
github.com/go-openapi/loads v0.23.1
1616
github.com/go-openapi/spec v0.22.0
@@ -49,6 +49,7 @@ require (
4949
cel.dev/expr v0.18.0 // indirect
5050
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
5151
github.com/blang/semver/v4 v4.0.0 // indirect
52+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
5253
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
5354
github.com/go-openapi/swag/conv v0.25.1 // indirect
5455
github.com/go-openapi/swag/fileutils v0.25.1 // indirect
@@ -59,11 +60,16 @@ require (
5960
github.com/go-openapi/swag/typeutils v0.25.1 // indirect
6061
github.com/go-openapi/swag/yamlutils v0.25.1 // indirect
6162
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
63+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
6264
github.com/ohler55/ojg v1.26.7 // indirect
6365
github.com/oklog/ulid v1.3.1 // indirect
6466
github.com/x448/float16 v0.8.4 // indirect
6567
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
68+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
69+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
6670
go.opentelemetry.io/otel/metric v1.36.0 // indirect
71+
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
72+
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
6773
go.yaml.in/yaml/v3 v3.0.4 // indirect
6874
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
6975
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ github.com/flant/kube-client v1.5.0 h1:6QZOZy3uk58Bh9YUn4CnhEz13og/cEGXB2uBZ1gWw
157157
github.com/flant/kube-client v1.5.0/go.mod h1:hpJZ0FnDKHW3r5q5SYQgBrTw9k94q4+dcnJ4uOGYBHc=
158158
github.com/flant/shell-operator v1.12.1 h1:ARrZaPiiQVjPjXombUt//doaHFCBlzGATgsUpQHT85o=
159159
github.com/flant/shell-operator v1.12.1/go.mod h1:RFXNvfK/v18J5u4RMqfFSDFhwJvMNPv5OR3BpioyxI0=
160+
github.com/flant/shell-operator v1.12.2-0.20251124190857-5e1a2b028817 h1:GySHsJa/5jLtDieX5f7LJHat/eJttZoR3PS0QTZnl3k=
161+
github.com/flant/shell-operator v1.12.2-0.20251124190857-5e1a2b028817/go.mod h1:RFXNvfK/v18J5u4RMqfFSDFhwJvMNPv5OR3BpioyxI0=
160162
github.com/flopp/go-findfont v0.1.0 h1:lPn0BymDUtJo+ZkV01VS3661HL6F4qFlkhcJN55u6mU=
161163
github.com/flopp/go-findfont v0.1.0/go.mod h1:wKKxRDjD024Rh7VMwoU90i6ikQRCr+JTHB5n4Ejkqvw=
162164
github.com/fluxcd/flagger v1.36.1 h1:X2PumtNwZz9YSGaOtZLFm2zAKLgHhFkbNv8beg7ifyc=

0 commit comments

Comments
 (0)