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-05-25 10:21:50 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-05-25 10:21:50 +0300
commitb810ffa00c0fd10e1400df5ea672e347b298ef52 (patch)
tree55ad717600f275037d1bfd6dcd5b18f6fb788dfc /go.mod
parent670f304db8f8cf829150f7fb361c25479e583de9 (diff)
go: Update module github.com/sirupsen/logrus to v1.9.2
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 e9ff023f2..50c0ecfe2 100644
--- a/go.mod
+++ b/go.mod
@@ -32,7 +32,7 @@ require (
github.com/pelletier/go-toml/v2 v2.0.7
github.com/prometheus/client_golang v1.15.1
github.com/rubenv/sql-migrate v1.4.0
- github.com/sirupsen/logrus v1.9.0
+ github.com/sirupsen/logrus v1.9.2
github.com/stretchr/testify v1.8.3
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/urfave/cli/v2 v2.25.3