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:
authorJames Fargher <proglottis@gmail.com>2023-05-22 03:23:34 +0300
committerJames Fargher <proglottis@gmail.com>2023-05-22 03:23:34 +0300
commit6dd149d3f588e63c2e30847bf330a3d1fc6235fc (patch)
treec2a3a837c7ed3e811e0e0ceb60cbf48916132779 /go.mod
parent9d2ddad0d90ddfb68aba9ea776f2db4fff1b397c (diff)
parent29033e9fbc9da5e0346d25c3d5a1d70dac24504f (diff)
Merge branch 'renovate/github.com-stretchr-testify-1.x' into 'master'
go: Update module github.com/stretchr/testify to v1.8.3 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5811 Merged-by: James Fargher <proglottis@gmail.com> Approved-by: James Fargher <proglottis@gmail.com> Approved-by: Justin Tobler <jtobler@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 e99e348ac..edb716096 100644
--- a/go.mod
+++ b/go.mod
@@ -35,7 +35,7 @@ require (
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/stretchr/testify v1.8.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
gitlab.com/gitlab-org/labkit v1.18.0