File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ github.com/spiffe/go-spiffe/v2
138138github.com/xdg-go/scram
139139github.com/xdg-go/stringprep
140140github.com/youmark/pkcs8
141- go.etcd.io/etcd
142141go.etcd.io/etcd/api/v3
143142go.etcd.io/etcd/client/pkg/v3
144143go.etcd.io/etcd/client/v3
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ import (
4141 "sync"
4242 "time"
4343
44+ "go.etcd.io/etcd/api/v3/v3rpc/rpctypes"
4445 "go.etcd.io/etcd/client/v3"
45- "go.etcd.io/etcd/etcdserver/api/v3rpc/rpctypes"
4646 "gocloud.dev/gcerrors"
4747 "gocloud.dev/runtimevar"
4848 "gocloud.dev/runtimevar/driver"
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import (
2222 "time"
2323
2424 "github.com/google/go-cmp/cmp"
25+ "go.etcd.io/etcd/api/v3/v3rpc/rpctypes"
2526 "go.etcd.io/etcd/client/v3"
26- "go.etcd.io/etcd/etcdserver/api/v3rpc/rpctypes"
2727 "gocloud.dev/internal/testing/setup"
2828 "gocloud.dev/runtimevar"
2929 "gocloud.dev/runtimevar/driver"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ go 1.25.0
1818
1919require (
2020 github.com/google/go-cmp v0.7.0
21- go.etcd.io/etcd v3.3.27+incompatible
21+ go.etcd.io/etcd/api/v3 v3.6.8
2222 go.etcd.io/etcd/client/v3 v3.6.8
2323 gocloud.dev v0.45.0
2424 google.golang.org/grpc v1.79.3
@@ -60,7 +60,6 @@ require (
6060 github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect
6161 github.com/googleapis/gax-go/v2 v2.19.0 // indirect
6262 github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
63- go.etcd.io/etcd/api/v3 v3.6.8 // indirect
6463 go.etcd.io/etcd/client/pkg/v3 v3.6.8 // indirect
6564 go.opentelemetry.io/auto/sdk v1.2.1 // indirect
6665 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
Original file line number Diff line number Diff line change @@ -257,8 +257,6 @@ github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
257257github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
258258github.com/yuin/goldmark v1.3.5 /go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k =
259259github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
260- go.etcd.io/etcd v3.3.27+incompatible h1:5hMrpf6REqTHV2LW2OclNpRtxI0k9ZplMemJsMSWju0 =
261- go.etcd.io/etcd v3.3.27+incompatible /go.mod h1:yaeTdrJi5lOmYerz05bd8+V7KubZs8YSFZfzsF9A6aI =
262260go.etcd.io/etcd/api/v3 v3.6.8 h1:gqb1VN92TAI6G2FiBvWcqKtHiIjr4SU2GdXxTwyexbM =
263261go.etcd.io/etcd/api/v3 v3.6.8 /go.mod h1:qyQj1HZPUV3B5cbAL8scG62+fyz5dSxxu0w8pn28N6Q =
264262go.etcd.io/etcd/client/pkg/v3 v3.6.8 h1:Qs/5C0LNFiqXxYf2GU8MVjYUEXJ6sZaYOz0zEqQgy50 =
You can’t perform that action at this time.
0 commit comments