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:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-09-29 20:20:50 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-09-29 20:20:50 +0300
commit7e8c103110fdbfa8ffa907fbdc3b36872efd93d8 (patch)
treedca0a956f800bf1103d540e502d34d4ca4d341d5 /go.mod
parent6d25650a5475d632e6602aef15ade2fd1c8bdeb1 (diff)
go: Update module github.com/hashicorp/golang-lru/v2 to v2.0.7
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 583d11a03..5b2e4705c 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