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:
authorQuang-Minh Nguyen <qmnguyen@gitlab.com>2023-09-06 12:58:50 +0300
committerQuang-Minh Nguyen <qmnguyen@gitlab.com>2023-09-06 12:58:50 +0300
commitf6193a424bcc235e906bc1ae82737b4ed58ec8fd (patch)
treef45906831d424709dbca7add35de4b24e6ae5397 /go.mod
parentd73244e677e150b6ec000ebffcea31a246d80d6a (diff)
parentbeb7fb699afbbd56efc6736f63e9c372609e3f83 (diff)
Merge branch 'pks-log-yamux' into 'master'
grpc/backchannel: Simplify logging with yamux See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6330 Merged-by: Quang-Minh Nguyen <qmnguyen@gitlab.com> Approved-by: Sami Hiltunen <shiltunen@gitlab.com> Approved-by: Quang-Minh Nguyen <qmnguyen@gitlab.com> Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com>
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 c6373b393..306f2fdb2 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/hashicorp/golang-lru/v2 v2.0.6
- github.com/hashicorp/yamux v0.1.1
+ github.com/hashicorp/yamux v0.1.2-0.20220728231024-8f49b6f63f18
github.com/jackc/pgx/v5 v5.4.3
github.com/kelseyhightower/envconfig v1.4.0
github.com/miekg/dns v1.1.55