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:
authorSami Hiltunen <shiltunen@gitlab.com>2023-10-02 12:45:16 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2023-10-02 12:45:16 +0300
commit86ca544ff07406eda16b1aab734c1f3dbff9d31d (patch)
tree74672b013b1f3a112a0f1e671de37cbe67bb5062 /go.mod
parentd481287fe6bd9393eb7737c81173be009c1670c0 (diff)
parent7e8c103110fdbfa8ffa907fbdc3b36872efd93d8 (diff)
Merge branch 'renovate/github.com-hashicorp-golang-lru-v2-2.x' into 'master'
go: Update module github.com/hashicorp/golang-lru/v2 to v2.0.7 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6431 Merged-by: Sami Hiltunen <shiltunen@gitlab.com> Approved-by: James Fargher <jfargher@gitlab.com> Approved-by: Sami Hiltunen <shiltunen@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@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 67335f686..23a1f7eb9 100644
--- a/go.mod
+++ b/go.mod
@@ -20,7 +20,7 @@ require (
github.com/google/uuid v1.3.1
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/golang-lru/v2 v2.0.7
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