Skip to content

Commit 52ea233

Browse files
committed
fix: mark google.golang.org/genproto/googleapis/rpc as direct dependency
The grpcext/conn.go directly imports google.golang.org/genproto/googleapis/rpc/status, so go mod tidy correctly promotes it from indirect to direct.
1 parent 7d7423e commit 52ea233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ require (
107107
golang.org/x/sys v0.40.0 // indirect
108108
golang.org/x/text v0.33.0 // indirect
109109
google.golang.org/genproto/googleapis/api v0.0.0-20251029180050-ab9386a59fda // indirect
110-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
110+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda
111111
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
112112
)
113113

0 commit comments

Comments
 (0)