File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/go-faster/sdk v0.27.0
11
11
github.com/ogen-go/ogen v1.10.1
12
12
github.com/rs/cors v1.11.1
13
- github.com/spf13/cobra v1.9 .1
13
+ github.com/spf13/cobra v1.10 .1
14
14
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
15
15
go.opentelemetry.io/otel v1.36.0
16
16
go.opentelemetry.io/otel/metric v1.36.0
@@ -53,7 +53,7 @@ require (
53
53
github.com/samber/slog-common v0.18.1 // indirect
54
54
github.com/samber/slog-zap/v2 v2.6.2 // indirect
55
55
github.com/segmentio/asm v1.2.0 // indirect
56
- github.com/spf13/pflag v1.0.6 // indirect
56
+ github.com/spf13/pflag v1.0.9 // indirect
57
57
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
58
58
go.opentelemetry.io/contrib/bridges/otelzap v0.9.0 // indirect
59
59
go.opentelemetry.io/contrib/instrumentation/runtime v0.59.0 // indirect
Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ github.com/samber/slog-zap/v2 v2.6.2 h1:IPHgVQjBfEwqu7fBxSxvvl+/E4b7TqAu/eispdQd
94
94
github.com/samber/slog-zap/v2 v2.6.2 /go.mod h1:bMOphuaRcThr+2X7vE4kFaqyr1lqGkc9Js95n9X6xaU =
95
95
github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys =
96
96
github.com/segmentio/asm v1.2.0 /go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs =
97
- github.com/spf13/cobra v1.9 .1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
98
- github.com/spf13/cobra v1.9 .1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
99
- github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
100
- github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
97
+ github.com/spf13/cobra v1.10 .1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
98
+ github.com/spf13/cobra v1.10 .1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
99
+ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
100
+ github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
101
101
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
102
102
github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
103
103
github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
You can’t perform that action at this time.
0 commit comments