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 @@ -30,8 +30,8 @@ require (
3030 github.com/russellhaering/goxmldsig v1.5.0
3131 github.com/spf13/cobra v1.10.2
3232 github.com/stretchr/testify v1.11.1
33- go.etcd.io/etcd/client/pkg/v3 v3.6.5
34- go.etcd.io/etcd/client/v3 v3.6.5
33+ go.etcd.io/etcd/client/pkg/v3 v3.6.7
34+ go.etcd.io/etcd/client/v3 v3.6.7
3535 golang.org/x/crypto v0.46.0
3636 golang.org/x/exp v0.0.0-20221004215720-b9f4876ce741
3737 golang.org/x/net v0.48.0
@@ -89,7 +89,7 @@ require (
8989 github.com/spf13/pflag v1.0.9 // indirect
9090 github.com/zclconf/go-cty v1.14.4 // indirect
9191 github.com/zclconf/go-cty-yaml v1.1.0 // indirect
92- go.etcd.io/etcd/api/v3 v3.6.5 // indirect
92+ go.etcd.io/etcd/api/v3 v3.6.7 // indirect
9393 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
9494 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
9595 go.opentelemetry.io/otel v1.38.0 // indirect
Original file line number Diff line number Diff line change @@ -197,12 +197,12 @@ github.com/zclconf/go-cty v1.14.4 h1:uXXczd9QDGsgu0i/QFR/hzI5NYCHLf6NQw/atrbnhq8
197197github.tiyicn.workers.dev/zclconf/go-cty v1.14.4 /go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE =
198198github.tiyicn.workers.dev/zclconf/go-cty-yaml v1.1.0 h1:nP+jp0qPHv2IhUVqmQSzjvqAWcObN0KBkUl2rWBdig0 =
199199github.tiyicn.workers.dev/zclconf/go-cty-yaml v1.1.0 /go.mod h1:9YLUH4g7lOhVWqUbctnVlZ5KLpg7JAprQNgxSZ1Gyxs =
200- go.etcd.io/etcd/api/v3 v3.6.5 h1:pMMc42276sgR1j1raO/Qv3QI9Af/AuyQUW6CBAWuntA =
201- go.etcd.io/etcd/api/v3 v3.6.5 /go.mod h1:ob0/oWA/UQQlT1BmaEkWQzI0sJ1M0Et0mMpaABxguOQ =
202- go.etcd.io/etcd/client/pkg/v3 v3.6.5 h1:Duz9fAzIZFhYWgRjp/FgNq2gO1jId9Yae/rLn3RrBP8 =
203- go.etcd.io/etcd/client/pkg/v3 v3.6.5 /go.mod h1:8Wx3eGRPiy0qOFMZT/hfvdos+DjEaPxdIDiCDUv/FQk =
204- go.etcd.io/etcd/client/v3 v3.6.5 h1:yRwZNFBx/35VKHTcLDeO7XVLbCBFbPi+XV4OC3QJf2U =
205- go.etcd.io/etcd/client/v3 v3.6.5 /go.mod h1:ZqwG/7TAFZ0BJ0jXRPoJjKQJtbFo/9NIY8uoFFKcCyo =
200+ go.etcd.io/etcd/api/v3 v3.6.7 h1:7BNJ2gQmc3DNM+9cRkv7KkGQDayElg8x3X+tFDYS+E0 =
201+ go.etcd.io/etcd/api/v3 v3.6.7 /go.mod h1:xJ81TLj9hxrYYEDmXTeKURMeY3qEDN24hqe+q7KhbnI =
202+ go.etcd.io/etcd/client/pkg/v3 v3.6.7 h1:vvzgyozz46q+TyeGBuFzVuI53/yd133CHceNb/AhBVs =
203+ go.etcd.io/etcd/client/pkg/v3 v3.6.7 /go.mod h1:2IVulJ3FZ/czIGl9T4lMF1uxzrhRahLqe+hSgy+Kh7Q =
204+ go.etcd.io/etcd/client/v3 v3.6.7 h1:9WqA5RpIBtdMxAy1ukXLAdtg2pAxNqW5NUoO2wQrE6U =
205+ go.etcd.io/etcd/client/v3 v3.6.7 /go.mod h1:2XfROY56AXnUqGsvl+6k29wrwsSbEh1lAouQB1vHpeE =
206206go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64 =
207207go.opentelemetry.io/auto/sdk v1.2.1 /go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y =
208208go.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