File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
27
27
github.com/uber/jaeger-client-go v2.30.0+incompatible
28
28
github.com/uber/jaeger-lib v2.4.1+incompatible
29
29
github.com/xdg-go/scram v1.1.2
30
- go.etcd.io/etcd/client/v3 v3.5.11
30
+ go.etcd.io/etcd/client/v3 v3.5.12
31
31
go.uber.org/atomic v1.11.0
32
32
golang.org/x/crypto v0.18.0
33
33
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
@@ -75,8 +75,8 @@ require (
75
75
github.com/spf13/pflag v1.0.5 // indirect
76
76
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
77
77
github.com/xdg-go/stringprep v1.0.4 // indirect
78
- go.etcd.io/etcd/api/v3 v3.5.11 // indirect
79
- go.etcd.io/etcd/client/pkg/v3 v3.5.11 // indirect
78
+ go.etcd.io/etcd/api/v3 v3.5.12 // indirect
79
+ go.etcd.io/etcd/client/pkg/v3 v3.5.12 // indirect
80
80
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect
81
81
go.opentelemetry.io/otel v1.22.0 // indirect
82
82
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0 // indirect
Original file line number Diff line number Diff line change @@ -193,12 +193,12 @@ github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
193
193
github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
194
194
github.com/yuin/goldmark v1.3.5 /go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k =
195
195
github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
196
- go.etcd.io/etcd/api/v3 v3.5.11 h1:B54KwXbWDHyD3XYAwprxNzTe7vlhR69LuBgZnMVvS7E =
197
- go.etcd.io/etcd/api/v3 v3.5.11 /go.mod h1:Ot+o0SWSyT6uHhA56al1oCED0JImsRiU9Dc26+C2a+4 =
198
- go.etcd.io/etcd/client/pkg/v3 v3.5.11 h1:bT2xVspdiCj2910T0V+/KHcVKjkUrCZVtk8J2JF2z1A =
199
- go.etcd.io/etcd/client/pkg/v3 v3.5.11 /go.mod h1:seTzl2d9APP8R5Y2hFL3NVlD6qC/dOT+3kvrqPyTas4 =
200
- go.etcd.io/etcd/client/v3 v3.5.11 h1:ajWtgoNSZJ1gmS8k+icvPtqsqEav+iUorF7b0qozgUU =
201
- go.etcd.io/etcd/client/v3 v3.5.11 /go.mod h1:a6xQUEqFJ8vztO1agJh/KQKOMfFI8og52ZconzcDJwE =
196
+ go.etcd.io/etcd/api/v3 v3.5.12 h1:W4sw5ZoU2Juc9gBWuLk5U6fHfNVyY1WC5g9uiXZio/c =
197
+ go.etcd.io/etcd/api/v3 v3.5.12 /go.mod h1:Ot+o0SWSyT6uHhA56al1oCED0JImsRiU9Dc26+C2a+4 =
198
+ go.etcd.io/etcd/client/pkg/v3 v3.5.12 h1:EYDL6pWwyOsylrQyLp2w+HkQ46ATiOvoEdMarindU2A =
199
+ go.etcd.io/etcd/client/pkg/v3 v3.5.12 /go.mod h1:seTzl2d9APP8R5Y2hFL3NVlD6qC/dOT+3kvrqPyTas4 =
200
+ go.etcd.io/etcd/client/v3 v3.5.12 h1:v5lCPXn1pf1Uu3M4laUE2hp/geOTc5uPcYYsNe1lDxg =
201
+ go.etcd.io/etcd/client/v3 v3.5.12 /go.mod h1:tSbBCakoWmmddL+BKVAJHa9km+O/E+bumDe9mSbPiqw =
202
202
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 h1:sv9kVfal0MK0wBMCOGr+HeJm9v803BkJxGrk2au7j08 =
203
203
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 /go.mod h1:SK2UL73Zy1quvRPonmOmRDiWk1KBV3LyIeeIxcEApWw =
204
204
go.opentelemetry.io/otel v1.22.0 h1:xS7Ku+7yTFvDfDraDIJVpw7XPyuHlB9MCiqqX5mcJ6Y =
You can’t perform that action at this time.
0 commit comments