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:
authorKarthik Nayak <knayak@gitlab.com>2023-06-05 12:03:45 +0300
committerKarthik Nayak <knayak@gitlab.com>2023-06-06 12:02:14 +0300
commit4353123088198a2132efe9fed07d9a07f5c0f405 (patch)
tree79d9aa8cfcad66979fb4394102e3f2226ee4444c /go.mod
parent2c3b53012ccc44bcef44d5cbda21b29d573e8d52 (diff)
mod: Update logrus to v1.9.3
The latest release of logrus (v1.9.3) contains a fix for the panic in the Writer. Let us update to the new version.
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 66d16d466..3b99f50a0 100644
--- a/go.mod
+++ b/go.mod
@@ -32,7 +32,7 @@ require (
github.com/pelletier/go-toml/v2 v2.0.8
github.com/prometheus/client_golang v1.15.1
github.com/rubenv/sql-migrate v1.4.0
- github.com/sirupsen/logrus v1.9.2
+ github.com/sirupsen/logrus v1.9.3
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