Skip to content

Commit f35e35d

Browse files
authored
runtimevar/etcdvar: Replace go.etcd.io/etcd/etcdserver/api/v3rpc/rpctypes (#3676)
1 parent 9eacbe9 commit f35e35d

5 files changed

Lines changed: 3 additions & 7 deletions

File tree

internal/testing/alldeps

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ github.com/spiffe/go-spiffe/v2
138138
github.com/xdg-go/scram
139139
github.com/xdg-go/stringprep
140140
github.com/youmark/pkcs8
141-
go.etcd.io/etcd
142141
go.etcd.io/etcd/api/v3
143142
go.etcd.io/etcd/client/pkg/v3
144143
go.etcd.io/etcd/client/v3

runtimevar/etcdvar/etcdvar.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

runtimevar/etcdvar/etcdvar_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

runtimevar/etcdvar/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ go 1.25.0
1818

1919
require (
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

runtimevar/etcdvar/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de
257257
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
258258
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
259259
github.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=
262260
go.etcd.io/etcd/api/v3 v3.6.8 h1:gqb1VN92TAI6G2FiBvWcqKtHiIjr4SU2GdXxTwyexbM=
263261
go.etcd.io/etcd/api/v3 v3.6.8/go.mod h1:qyQj1HZPUV3B5cbAL8scG62+fyz5dSxxu0w8pn28N6Q=
264262
go.etcd.io/etcd/client/pkg/v3 v3.6.8 h1:Qs/5C0LNFiqXxYf2GU8MVjYUEXJ6sZaYOz0zEqQgy50=

0 commit comments

Comments
 (0)