Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorKarthik Nayak <knayak@gitlab.com>2023-08-16 14:16:06 +0300
committerKarthik Nayak <knayak@gitlab.com>2023-08-16 16:51:55 +0300
commit2f2b601931d461dabf00594526b5f9f11f5bd7ae (patch)
treec229a714d85c1fb86a20aeebbc1158a03b90b00f /go.mod
parente47aff60a6d4ab2acfcf53fb7384d10f511a1309 (diff)
commit: Add MetadataItem's to GetTreeEntries errors
We introduced structured errors in the GetTreeEntries RPC. But without additional MetadataItem's, its hard to debug the errors thrown by the RPC. Let's add some MetadataItem's around the path and revision provided.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d53bc19da..724271c09 100644
--- a/go.mod
+++ b/go.mod
@@ -44,6 +44,7 @@ require (
golang.org/x/sync v0.3.0
golang.org/x/sys v0.11.0
golang.org/x/time v0.3.0
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230731193218-e0aa005b6bdf
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
)
@@ -194,7 +195,6 @@ require (
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230731193218-e0aa005b6bdf // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230731193218-e0aa005b6bdf // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230731193218-e0aa005b6bdf // indirect
gopkg.in/DataDog/dd-trace-go.v1 v1.32.0 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect