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-19 03:22:39 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-05-19 03:22:39 +0300
commit29033e9fbc9da5e0346d25c3d5a1d70dac24504f (patch)
treee9810d6d3f8210fd711acba0645686ba81de9dd2 /go.mod
parentcf5e754a908ba1b1463adbb57f8b1363754a1dfe (diff)
go: Update module github.com/stretchr/testify to v1.8.3
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