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:
authorStan Hu <stanhu@gmail.com>2021-02-13 20:08:47 +0300
committerStan Hu <stanhu@gmail.com>2021-02-15 17:13:10 +0300
commit77a0d7acc691eb4fa0cfa0f48ad8ef6be506c44f (patch)
tree2915343ffe3f824bcac0bf2cc94162076ae5c9af /go.mod
parentf319db221de49c979f3606e3934bd76c218f813d (diff)
Standardize Praefect and Gitaly timestamps
`grpc.start_time` and `grpc.request.deadline` are inserted and formatted by go-grpc-middleware. We pull in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/398 and configure the timestamps with the Gitaly format. Closes https://gitlab.com/gitlab-org/gitaly/-/issues/3451
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index fd3064e5b..1679bc584 100644
--- a/go.mod
+++ b/go.mod
@@ -17,7 +17,7 @@ require (
github.com/git-lfs/git-lfs v1.5.1-0.20200916154635-9ea4eed5b112
github.com/golang/protobuf v1.3.3
github.com/google/uuid v1.1.1
- github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
+ github.com/grpc-ecosystem/go-grpc-middleware v1.2.3-0.20210213123510-be4c235f9d1c
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4
@@ -39,6 +39,7 @@ require (
gitlab.com/gitlab-org/gitlab-shell v1.9.8-0.20201117050822-3f9890ef73dc
gitlab.com/gitlab-org/labkit v1.0.0
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
+ golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5 // indirect
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211