File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ require (
3333 github.com/russellhaering/goxmldsig v1.6.0
3434 github.com/spf13/cobra v1.10.2
3535 github.com/stretchr/testify v1.11.1
36- go.etcd.io/etcd/client/pkg/v3 v3.6.8
37- go.etcd.io/etcd/client/v3 v3.6.8
36+ go.etcd.io/etcd/client/pkg/v3 v3.6.9
37+ go.etcd.io/etcd/client/v3 v3.6.9
3838 golang.org/x/crypto v0.49.0
3939 golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
4040 golang.org/x/net v0.52.0
@@ -107,7 +107,7 @@ require (
107107 github.com/spf13/pflag v1.0.9 // indirect
108108 github.com/zclconf/go-cty v1.14.4 // indirect
109109 github.com/zclconf/go-cty-yaml v1.1.0 // indirect
110- go.etcd.io/etcd/api/v3 v3.6.8 // indirect
110+ go.etcd.io/etcd/api/v3 v3.6.9 // indirect
111111 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
112112 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
113113 go.opentelemetry.io/otel v1.39.0 // indirect
Original file line number Diff line number Diff line change @@ -244,12 +244,12 @@ github.com/zclconf/go-cty v1.14.4 h1:uXXczd9QDGsgu0i/QFR/hzI5NYCHLf6NQw/atrbnhq8
244244github.tiyicn.workers.dev/zclconf/go-cty v1.14.4 /go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE =
245245github.tiyicn.workers.dev/zclconf/go-cty-yaml v1.1.0 h1:nP+jp0qPHv2IhUVqmQSzjvqAWcObN0KBkUl2rWBdig0 =
246246github.tiyicn.workers.dev/zclconf/go-cty-yaml v1.1.0 /go.mod h1:9YLUH4g7lOhVWqUbctnVlZ5KLpg7JAprQNgxSZ1Gyxs =
247- go.etcd.io/etcd/api/v3 v3.6.8 h1:gqb1VN92TAI6G2FiBvWcqKtHiIjr4SU2GdXxTwyexbM =
248- go.etcd.io/etcd/api/v3 v3.6.8 /go.mod h1:qyQj1HZPUV3B5cbAL8scG62+fyz5dSxxu0w8pn28N6Q =
249- go.etcd.io/etcd/client/pkg/v3 v3.6.8 h1:Qs/5C0LNFiqXxYf2GU8MVjYUEXJ6sZaYOz0zEqQgy50 =
250- go.etcd.io/etcd/client/pkg/v3 v3.6.8 /go.mod h1:GsiTRUZE2318PggZkAo6sWb6l8JLVrnckTNfbG8PWtw =
251- go.etcd.io/etcd/client/v3 v3.6.8 h1:B3G76t1UykqAOrbio7s/EPatixQDkQBevN8/mwiplrY =
252- go.etcd.io/etcd/client/v3 v3.6.8 /go.mod h1:MVG4BpSIuumPi+ELF7wYtySETmoTWBHVcDoHdVupwt8 =
247+ go.etcd.io/etcd/api/v3 v3.6.9 h1:UA7iKfEW1AzgihcBSGXci2kDGQiokSq41F9HMCI/RTI =
248+ go.etcd.io/etcd/api/v3 v3.6.9 /go.mod h1:csEk/qTfxKL36NqJdU15Tgtl65A8dyEY2BYo7PRsIwk =
249+ go.etcd.io/etcd/client/pkg/v3 v3.6.9 h1:T8nuk8Lz64C+Hzb0coBFLMSlVSQZBpAtFk46swdM1DA =
250+ go.etcd.io/etcd/client/pkg/v3 v3.6.9 /go.mod h1:WEy3PpwbbEBVRdh1NVJYsuUe/8eyI21PNJRazeD8z/Y =
251+ go.etcd.io/etcd/client/v3 v3.6.9 h1:3X555hQXmhRr27O37wls53g68CpUiPOiHXrZfz2Al+o =
252+ go.etcd.io/etcd/client/v3 v3.6.9 /go.mod h1:KO7H1HLYh1qaljuVZJQwBFk1lRce6pJzt+C81GEnrlM =
253253go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64 =
254254go.opentelemetry.io/auto/sdk v1.2.1 /go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y =
255255go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 h1:q4XOmH/0opmeuJtPsbFNivyl7bCt7yRBbeEm2sC/XtQ =
You can’t perform that action at this time.
0 commit comments