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:
authorPavlo Strokov <pstrokov@gitlab.com>2022-12-21 15:19:47 +0300
committerPavlo Strokov <pstrokov@gitlab.com>2022-12-21 15:19:47 +0300
commit6851cdc58f2b9e0a98d560fe1d3ca7d36b5fbdd3 (patch)
treececb63501a709e38545960143a03bc7a7e17c515 /go.mod
parent50c8cb6e62396936c9e568e859dd717595281788 (diff)
parent7be5e5c23152778b32a6b9859085724acb6a549d (diff)
Merge branch 'pks-reproducible-builds' into 'master'
version: Make builds deterministic by dropping build time See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5201 Merged-by: Pavlo Strokov <pstrokov@gitlab.com> Approved-by: Justin Tobler <jtobler@gitlab.com> Approved-by: Pavlo Strokov <pstrokov@gitlab.com> Co-authored-by: Patrick Steinhardt <psteinhardt@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 30ffc72e6..4af6779ac 100644
--- a/go.mod
+++ b/go.mod
@@ -36,7 +36,7 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
github.com/uber/jaeger-client-go v2.30.0+incompatible
- gitlab.com/gitlab-org/labkit v1.16.1
+ gitlab.com/gitlab-org/labkit v1.17.0
go.uber.org/goleak v1.2.0
gocloud.dev v0.27.0
golang.org/x/sync v0.1.0